facebook-fql
Get subscribers UID of a user through Graph API
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:[详细]
2023-04-09 04:07 分类:问答Facebook insights domain_widget_likes -> lifetime don't return results?
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[详细]
2023-04-08 17:19 分类:问答How to get the User's ID when they click "Like" Button on my dynamic url?
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 ,[详细]
2023-04-08 05:12 分类:问答Facebook FQL bug
SELECT eid, start_time, name FROM event WHERE (eid IN (SELECT eid FROM event_member WHERE (uid = me() AND start_time < 1317006752)))[详细]
2023-04-08 04:13 分类:问答How to get alternate name in Facebook?
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[详细]
2023-04-08 01:04 分类:问答Tag friends in a Photo
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++)[详细]
2023-04-07 22:44 分类:问答Upload Photos Facebook api EVERYONE
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[详细]
2023-04-07 04:49 分类:问答FQL query response randomly omits some results
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:[详细]
2023-04-07 00:26 分类:问答Facebook FQL page_user
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[详细]
2023-04-06 22:38 分类:问答Setting Facebook comments web plugin
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?[详细]
2023-04-06 15:08 分类:问答