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 .

  1. we shared links, need token ?

  2. 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

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -