问HN:有没有人成功通过Meta的访问验证?

3作者: hipgrave2 个月前原帖
在花了几个月时间开发一个依赖于Instagram Graph API的新项目后,我在通过Meta的技术提供商访问验证时遇到了困难。 我们相对顺利地通过了应用验证和商业验证,但在获取访问验证时却陷入了困境。感觉Meta自动拒绝了我们的访问请求,而没有明确告诉我们他们在寻找什么或者我们的回答中缺少了什么。我们不断收到相同的回复,要求提供以下信息: 1. 添加有关您的业务将如何使用平台数据(即您从我们这里获得的任何信息或数据)以代表您的客户启用产品或服务的详细信息。 2. 描述您的客户如何使用您的产品或服务。 我们真正需要的只是使用Instagram OAuth来获取授权用户的用户名。我已经详细向Meta解释了这一点,包括我们如何使用用户名(我们将其保存在数据库中的用户模型中)以及用户删除其账户的说明。但似乎这些都不够。 有没有人有过类似的经历,可以告诉我我可能做错了什么? 谢谢!
查看原文
After spending a few months building out a new project that relies on the Instagram Graph API I&#x27;m struggling to pass Meta&#x27;s Access Verification for Tech Providers.<p>We passed the app verification and business verification fairly easily, but we&#x27;re stuck getting access verification. It feels like Meta is automatically denying us access without telling us explicitly what they are looking for or what we are missing from our answers. We keep getting knocked back with the same reply asking for:<p><pre><code> 1. Add details about how your business will use Platform Data (i.e., any info or data you obtain from us) to enable a product or service on behalf of your clients. 2. Describe how your clients use your product or service. </code></pre> All we really need is to use Instagram OAuth to retrieve the username from the authorised user. My replies have gone into depth explaining this to Meta, including how we use the username (we save it against a user model in our database) and instructions for users to delete their accounts. But nothing seems to be enough.<p>Has anyone had experience with this and can shed some light on what I might be doing wrong?<p>Thanks!