I want to retrieve all the links shared on my wall using graph/fql, is there a way to get these
I am using fql query using friend list but that is not working, taking too long to respond.
|
|
|
In addition to genesis' post, you may want to look for links in messages as links posted directly as statuses on your wall do not have a 'link' field. You will have to extract the links yourself however which may require knowledge of regex or blind trust of solutions posted here. |
|||
|
|
returns
|
|||
|
|
|
The Graph API Explorer is a good place to look for these. You want /me/links to access the Link object. You'll need an |
|||
|