本文介绍了如何获取我的朋友的tagged_places?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我?fields = tagged_places
很好,并将我的标记的地方的数据发送给我。
但是当我尝试得到我的朋友的标记的地方时,我收到了这个错误信息:
我想知道是否不可能得到我的朋友的tagged_places,或者我做错了事情。
解决方案
您需要获得标记的项目的许可。
看看这个。
When I submit a get on Graph API Explorer, like that:
me?fields=tagged_places
Works good and return the data of my 'tagged places' to me.
But when I try to get 'tagged places' of my friends, I got this error message:
I want to know if is not possible to get 'tagged_places' of my friends or Im doing something wrong.
解决方案
You need to have the permission of the item you were tagged in.
Take a look at this answer.
这篇关于如何获取我的朋友的tagged_places?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!