facebook-fql
Get my UID using FQL
I need to get my UID using a simple FQL query, for some reason it returns an empty page. This is开发者_开发知识库 my query:[详细]
2023-04-13 09:55 分类:问答Error in FQLQuery
I have an FQL query: $FQLQuery = \'SELECT uid, sex, pic_square FROM user WHERE uid in (implode(\",\", $man);)\';[详细]
2023-04-13 09:40 分类:问答Is there a way to return only attachments that contain photos from an FQL stream query?
I am trying to get all the photos that my app has posted to a user\'s str开发者_高级运维eam using FQL.I realize I could do this by first performing the following query:[详细]
2023-04-13 07:56 分类:问答Facebook APIs: Anyway to see when a page was created?
Has Facebook ever provid开发者_如何学编程ed a way to ascertain when a page was created either through the Graph API, the Legacy API, or FQL? I can\'t seem to find it.No, the creation date of a page is[详细]
2023-04-13 02:20 分类:问答How to get share, like, comment and total count from facebook.com/username
I would like to get share, like, comment and total count from a fan page facebook.com/username Actually if I have a www.example.com, I can have these counts using FQL:[详细]
2023-04-13 01:56 分类:问答Is there any way you can get the date (timestamp) for the last facebook access time? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-12 14:04 分类:问答FQL returns "Requires valid signature"
I am having a wierd problem, things that worked before stopped working today, maybe it was bad before but now after the oAUTH 2 change, I am having troubles with a near production app[详细]
2023-04-12 12:37 分类:问答How to get popular friends from Facebook API?
I know I can get friends using https://graph.facebook.com/me/friends I also know I can get friends by FQL like so:[详细]
2023-04-12 11:58 分类:问答IOS app cannot get Facebook uid by calling me() in FQL
I\'m writing a program for IOS and want to get uid and name of the current user. I tried me(), but it does not return any value:[详细]
2023-04-12 00:15 分类:问答Changing video thumbnail_link in Facebook
Can I update or change the thumbnail_link for a video in Facebook? I access the video attributes with this query:[详细]
2023-04-11 22:35 分类:问答