I'm testing the Like button out, and I'd like to check which 'Likes' have been recorded against a Facebook account.
How do I view a full list of URLs that I've previously Liked?
|
I'm testing the Like button out, and I'd like to check which 'Likes' have been recorded against a Facebook account. How do I view a full list of URLs that I've previously Liked? |
||||
|
|
|
You can get a list of URLs that you have "liked" by using the Developer APIs You will need to use the fql.multiquery method in the Facebook Query Language. Enter this query exactly as is in to the queries text box in the test console:
The multiquery method is very particular about whitespace. This will return a list of all objects that you have liked
and then underneath this it will then return a list of Links that you have liked.
You must be logged in to Facebook in order for this to work. |
|||||
|
|
When you "like" an external URL (e.g. via a facebook plugin), it seems to store it somewhere else (the
|
|||
|
|