facebook-fql
Access user's event invitations
I am developing an application which would allow a user to better manage their events. However, after reading Facebook\'s Grap开发者_Python百科h API, FQL and Legacy REST API documentations I did not f[详细]
2023-04-04 21:34 分类:问答Get wall posts made through my Facebook application using FB's API
I made a Facebook Application that people use to share links from my webpage to their walls, and now I need to get back a list of the posts made through it during a pediod of time (e.g. from Sep. 4th[详细]
2023-04-04 18:59 分类:问答Error while doing FQLRequest
I am doing a FQL request when in my view controller through a specific method. Here is my request. NSString* fql = [[NSString alloc] init];[详细]
2023-04-04 16:42 分类:问答Export comments from fb:comments
I\'m a little desperate about this. I have a site with a comments box with around 183000 comments that I want to backup. But every time I do an fql.query, I only get 100 items. I had tried:[详细]
2023-04-04 12:32 分类:问答facebook album upload
While uploading a photo to facebook using graph api, will I come to know the source/location where the image is saved ? For example, source like this : http://a7.sphotos.ak.fbcdn.net/hphotos-ak-ash1/1[详细]
2023-04-04 10:23 分类:问答Get thumbnail images from album using fql
I\'m trying to get all the photos(thumbnail images) from specific album in facebook. I am trying to get it with fql.[详细]
2023-04-04 08:23 分类:问答How do I get a list of friends who clicked "Like" on an external page?
PART A - There are many many questions like this, but none of them seem to provide a working solution. I want to get a list of friends who clicked the Facebook \"Like\" button on an external site.[详细]
2023-04-04 03:37 分类:问答Facebook fql search page with strpos doesnt work?
Why this query : SELECT name, page_id from page WHERE strpos(lower(name),lower(\'coca\')) >= 0 开发者_运维技巧returning this error[详细]
2023-04-03 19:19 分类:问答need help Displaying more than 1 response from FQL query is_app_user Or Similar solutions
I am currently trying to get a list of friends who have added the same app via the FQL query. I am actually doing this for a school project, and apparently, the server where this is going to be saved[详细]
2023-04-03 18:17 分类:问答How ccan use FQL to get Photo commment' and LIKE tag?
Any one have idea how can use FQL to get facebook album photo comments as well as total no of like ta开发者_如何学编程g ..i found something commnet.get..but i dont how to use.[详细]
2023-04-03 16:32 分类:问答