Questions tagged [facebook-graph-api-v2.7]

Questions regarding Facebook's Graph API's version v2.7

3 questions
7
votes
1 answer

Are there alternatives to Facebook's Graph API deprecated User fields "locale" and "timezone"?

I am helping develop a chatbot for Facebook Messenger which uses Facebook's Graph API v2.6. But now Facebook is asking us to submit the app for review. The problem is that our app asks the API for, among other things, the user's locale and timezone.…
2
votes
1 answer

Facebook friends request returns empty -- despite permissions

I'm building a Rails backend for an iOS app. The backend needs to interface with Facebook to grab and use each user's Facebook friends. But the Facebook 'friends' request is returning empty. I'm essentially making the following request: curl…
Sasha
  • 6,224
  • 10
  • 55
  • 102
0
votes
1 answer

Query all *my* posts to a Facebook group's feed

I can use https://developers.facebook.com/docs/graph-api/reference/v2.7/group/feed to obtain all posts to a group's feed. Is it possible to query only those posts which have been made by "me"? I don't want to manually filter a huge result set.
D.R.
  • 20,268
  • 21
  • 102
  • 205