I get stacked on a looping issue and couldn\'t get it. for (var i = 0; i < count; i++) { FB.api({ method: \'fql.query\',
Is there any reason at this doesnt work: <script src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js\"></script>
I am trying to set the height so I don\'t have a scrollbar in my facebook app, seen HERE I have used jQuery to create the canvas plugin using the GRAPH API and have tried adding the following codes t
I gain offline_access from the user when he accepts my application. Now, in my website, the user can delete my access to his facebook account.
I am creating a facebook like to put on my site. This component will read all posts from a specific page`s wall and display them.
Say I have an authenticated facebook user and I want to present a list of their friends that only includes friends who are ages 21+.. is this possible with any of the APIs ou开发者_高级运维t there? I
In FQL and Graph APi, i am no longer able to get all posts in a page\'s feed (stream FQL table), i don\'t see hidden pos开发者_运维问答ts, even if i put \"... WHERE (is_hidden = 0 OR is_hidden = 1)\"i
I am trying to get user album by using GRAPH API with function facebook.request(contact.getFacebook_id()+\"/albums\")
I have this code: $(document).ready(function() { var url = \"https://graph.facebook.com/search?q=cinema&type=post\";
I have used the following code to get user\'s friend list: NSString* fql = [NSString stringWithFormat:@\"SELECT name,uid FROM user WHERE uid IN ( SELECT uid2 FROM friend WHERE uid1=%lld )\",appDelega