Facebook Graph API to get shared links of public page -
we had investigated facebook api
page uploaded photos (public page ), common request :
https://graph.facebook.com/page id/photos/uploaded
which gives last images page . but, found out not returns shared links of page , photos page had uploaded .
we shared links, need token ?
if need token ,how request token,to page last data?
thanks.
obviously endpoint using returns uploaded photos of page, why should return else?
if want links shared page can use /page-id/links
endpoint. documentation [1] has info need regarding tokens required read data.
[1] https://developers.facebook.com/docs/graph-api/reference/v2.0/page/links#read
Comments
Post a Comment