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://www.facebook.com/feeds/page.php?id=397319800348866&format=jsoncallback=?

I want to get the post content via here But I was try using getJSON method. It is not working through. Someone has told me to use jsonp format in the Facebook but when I go thought that URL it says the format is not supported. So is there any way to access without Cross domain problem?

share|improve this question

closed as too localized by the Tin Man, AlphaMale, Kumar Bibek, vzwick, Jon Lin Dec 19 '12 at 12:21

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

You are missing the ampersand.

https://www.facebook.com/feeds/page.php?id=397319800348866&format=json&callback=?
share|improve this answer
ohh thanks buddy it's worked – sami Dec 19 '12 at 5:53
No problem, glad it works! – Quynh Nguyen Dec 19 '12 at 5:53

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