Facebook Graph User Locations change
Recently I've been building an application that uses the Facebook graph API (https://developers.facebook.com/docs/graph-api/reference/user/locations/)
I've recently realised that the locations it has been grabbing both in my application, and in the Graph explorer have been missing lots of locations I have been tagged in.
I use to be able to retrieve over 500 locations (multiple pages) from Facebook, now I'm receiving less than 500 (single page). This is both in my application and in the explorer (https://developers.facebook.com/tools/explorer/?method=GET&path=me%2Flocations%3Flimit%3D500)
If anyone has any ideas that would be great - this is for my final year developmental project at university.
您需要提供图表API访问令牌来接收用户位置
I think if you've the following permissions you'll get all the locations of the user-
user_photos
user_status
friend_photos
friend_status
You can check what all permissions your access token is carrying in Debugger.
Reference
链接地址: http://www.djcxy.com/p/32644.html上一篇: 使用Facebook Graph API创建位置信息
下一篇: Facebook图形用户位置发生变化