A few weeks ago Facebo开发者_运维问答ok allowed to subscribe a user. Can we access the UID of these subscribers for one user through the Graph API or FQL? Obviously the graph API path should be:
I\'m doing a query to get the total likes for a domain and I am using the following: https://api.facebook.com/method/fql.query?query=SELECT metric, value FROM insights WHERE object_id=xxxxxxxxx AND m
Please forgive my poor English, My Problem is that i have a article.php?id=xxx , and i set the Like Button(facebook socail plugin) on the article.php ,
SELECT eid, start_time, name FROM event WHERE (eid IN (SELECT eid FROM event_member WHERE (uid = me() AND start_time < 1317006752)))
I can\'t find it in the Graph API, is there some way to get the alternate name someone f开发者_开发知识库ills out in their Account Settings?It\'s not currently possible to access this field via the AP
This is my code. It does not show any errors but only the first 2 friends are tagged! for ($i=0;$i<count($friendsID);$i++)
I\'m working with fql and php sdk and I created a Facebook page and I want to allow all users who likes my pages to upload photos (created dynamic from different photos like a collage), my problem is
I\'m tryin开发者_运维百科g to make a simple \"only status updates, nothing else\" app (since FB doesn\'t seem too interested in this sort of thing). However, my queries seem to omit some results:
Right i have a problem which i have done so much research for that i still cant be able to solve the problem. What i am trying to achieve is when a facebook user LIKES my page not an app, i want to be
The default sorting order of the facebook comments plugin is by social status. How do I set the default order to reverse chronological on my web page?