本文介绍了Facebook如何获取我的位置和我所有的朋友的位置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何获取我的朋友的位置?
使用此权限,我可以找到我的位置user_hometown。 p>这是可能吗?
提前感谢
解决方案
您是否尝试过权限 friends_location
和 friends_hometown
?
我不认为它只能使用 user_hometown
或 user_location
,您将需要有朋友的权限。
编辑:
只需使用。除了 friends_location
和 friends_hometown
权限,您还需要 friends_about_me
权限。
Using this permission,i can get my location user_hometown.
How do i get my friend location?
Is that possible?
Thanks in advance!!
解决方案
Have you tried permissions friends_location
and friends_hometown
?
I don't think it'll work with user_hometown
or user_location
only, you'll need the friend permissions.
Edit:
Just checked with graph api explorer. In addition to friends_location
and friends_hometown
permissions you'll also need the friends_about_me
permission.
这篇关于Facebook如何获取我的位置和我所有的朋友的位置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!