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

ios - Fragment Shader GLSL for texture, color and texture/color -

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -