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.

I've been searching everywhere. I've looked at 100 websites that don't really help.

I want to be able to show the users current news feed on a separate page.

I've read that "" will do the trick, the problem is I can't find the JS SDK Download or how to use it.

Can anyone help me?

share|improve this question

1 Answer

up vote 6 down vote accepted

The Graph API call is: https://graph.facebook.com/me/home?access_token=your_access_token_here

Here is the documenation: http://developers.facebook.com/docs/api

share|improve this answer
the access_token is what I don't understand. How do I get/generate it? – Dremation Nov 20 '10 at 15:30
@Dremation The access token is generated via a Facebook app. Setup an app first and then use the app to get a token. – kongo09 Sep 24 '11 at 20:12

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.