I\'m using this to get a notification list: https://graph.facebook.com/me/notifications/?incl开发者_开发百科ude_read=0
I want to find out how many app u开发者_开发技巧sers I have from a specific country. I know insights will show me how many users I have in each of my top twenty countries, but does anyone know how to
On our Facebook Application\'s Diagnostics page, there is a message saying that for two different queries, our \"Calls Access Too Much Data\". Does anyone know exactly what this means?
I am building an app in which I need to \"backtrack\" some datas. To do so, I read on th开发者_C百科e doc that there is a parameter called \"until\". However, it doesn\'t seem to work :
I want to be able to occasionally programmatically grab so开发者_如何学运维me data from the graph API using python that is already accessible to my own FB account.Almost all of what I want is public,
I created a rank of users (players) of my game, and then I would like to show the top ones (just the names and score) in a list.
I\'ve an app which has requested for the \"user_photos\" permission. I\'ve been trying to get the picture data with a photo id. eg. https://graph.facebook.com/123456/picture but I keep getting the err
I am working with FBGraphAPI in my project. I managed to g开发者_开发技巧et the list of albums. I tried to get picutre (cover_photo) and photos in albums. But somehow i stuck in it.
Have been searching over the Graph API docs, looking for the answer to this. I have been told and now am pretty sure there is no way for all fan page fans/people that like it to see a message in semi-
There are similar posts here in SO that sort-of answers this question, but they all use FBML which is being deprecated.