Facebook FQL: get UIDs who likes a url -



Facebook FQL: get UIDs who likes a url -

i want utilize graph api or javascipt sdk.

i've tried

https://api.facebook.com/method/fql.query?access_token=<accestoken>&query=select user_id object_id="http://www.google.se"

but didnt results. don't know how using javascript sdk.

any help appreciated, thanks.

you can't user id of people page. if have authenticated user, table can used pages current user or friends like, can see likes across facebook specific page.

facebook facebook-graph-api facebook-fql facebook-javascript-sdk

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -