Reputation: 1559
I need to integrate FaceBook Wall on the website so I have decided to use fb.wall jquery plugin http://www.neosmart.de/social-media/facebook-wall/. The problem is that Access Token is expiring in 1-2 hours. I have read the documentation on the https://developers.facebook.com but cannot figure out how to get long Access Token that will last up to 60 days for this plugin and whether it is possible to make that Access Token does not expire if you log out from your facebook account. Thanks.
Upvotes: 2
Views: 1340
Reputation: 1
You could try this script it has can retrieve your accesss token for you http://ironlasso.com/jqueryfacebookwall-documentation/
Upvotes: 0
Reputation: 167
You can simply use FB.api("/me/feed") it will return the details from user wall
Upvotes: 0
Reputation: 1529
I had similar question, check this out: No access token facebook application authentication
The point is to get app access token.
Upvotes: 2