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.

How can I get Facebook wall posts into my chrome extension?

I don't see any API that does this. Can I get HTML of the facebook page via XMLHttpRequest and parse it ?

share|improve this question

1 Answer

As far as I know, you should be able to get it using :

https://graph.facebook.com/USER_ID/feed?access_token=ACCESS_TOKEN
share|improve this answer
For this to work, I first need to create an app on Facebook. Right? Because to get ACCESS_TOKEN it's asking me to provide YOUR_APP_ID. – Adil Malik Jun 11 '12 at 11:40
Yeah, exactly. It's the easiest way, I think. Getting the html and parsing it will be a headache. You´ve probably seen it already, but just in case: developers.facebook.com/docs/opengraph/tutorial – poplex Jun 11 '12 at 11:44

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.