Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

https://developers.facebook.com/docs/reference/api/page/

I want to be able to get the tagged posts for a page (e.g. harvard). what kind of authentication do i need to have (access_token) or do in order to be able to get those posts? they are publicly available.

share|improve this question

1 Answer

You answer lies in the link you posted (https://developers.facebook.com/docs/reference/api/page/)

In the connections section, it says "any valid access_token or user access_token":

tagged

The photos, videos, and posts in which the Page has been tagged.

any valid access_token or user access_token

a heterogeneous array of Photo, Video or Post objects.

So if this is incorrect, you can scroll to the bottom of the link and click the Report Bug link to report an error in the documentation.

share|improve this answer
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers accepted. Thank you! – DMCS Apr 17 '12 at 21:46

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.