I created an APP on Facebook and using graph API explorer, I selected my app from app drop down box, requested access token with manage_pages, offline_access and publish_stream permissions.
Using this access token, I was successfully able to post message on page using restfb APIs but when I log out, it starts throwing The session is invalid error.
I read on few posts that offline_access is deprecated. Could someone tell me how to obtain permanent access token?
Thanks
offline_access, manage_permissions, publish_stream. But when I again try to Get Access Token, All other permissions exceptoffline_accessare checked while my previous access token should have made it checked. – Jitendra Apr 6 '12 at 23:42