Reputation: 8649
I'm trying to get the list of all the pages that a user "likes", both Facebook pages and external pages.
I know that the facebook pages (such as http://www.facebook.com/DealExtremeFans) I can obtain them with the "me/likes" value from the Graph.
But for a page such as (http://mashable.com/2012/01/20/advertisers-this-is-what-an-nfl-fan-looks-like-infographic/) that has a like button (under the title) I don't see how to get those likes.
Is this possible? If not, are you planning on adding support for this any time soon?
Thanks
EDIT:
According to the response below, even though they are added via the "like" button they are really "Shares". Now my question is, how do I get those shares? what's the graph for them? I tried "me/shares" but doesn't exist. Is there a way?
Upvotes: 2
Views: 898
Reputation: 24218
Yes it is possible, but it looks like that URL only has shares:
And here is a link to a tutorial for getting the data via jQuery.
Upvotes: 2