简体   繁体   English

替代Facebook Graph API的“ taggable_friends”

[英]Alternative to Facebook Graph API's “taggable_friends”

The website I'm working on has a form, which includes a "Select Facebook Friend" field where a user needs to choose one of their friends. 我正在工作的网站具有一个表单,其中包含一个“选择Facebook朋友”字段,用户需要在其中选择一个朋友。

My issue is that the "taggable_friends" method requires Facebook's review that can take up 14 days and I can't take that risk. 我的问题是,“ taggable_friends”方法需要Facebook进行审核,审核可能需要14天,而我不能冒险。

Is there some way to do so without using "taggable_friends"? 有没有不用“ taggable_friends”的方法? Thanks! 谢谢!

You can develop the app using test users, but once you're ready to allow real users in, you have to go through review. 您可以使用测试用户来开发应用程序,但是一旦准备好允许真实用户进入,就必须进行审查。 While it says it can take up to 14 days, the average from what I understand is currently less than one day. 虽然它可能需要长达14天的时间,但据我了解,目前平均不到一天。

https://developers.facebook.com/docs/graph-api/reference/v2.0/test-user https://developers.facebook.com/docs/graph-api/reference/v2.0/test-user

If you are approved to use taggable_friends, the query will return virtually all of your user's friends. 如果您被批准使用taggable_friends,查询将几乎返回您用户的所有朋友。 Few people have disabled tagging (at least in my community). 很少有人禁用标记(至少在我的社区中)。

However, you are only allowed to use this feature if you are actually tagging people. 但是,仅当您实际标记人物时,才允许使用此功能。

I haven't seen a good alternative yet. 我还没有一个好的选择。 It's a striking departure from Facebook's older policies. 这与Facebook的旧政策大相径庭。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM