Search code examples
facebookfacebook-pagefacebook-access-token

Facebook Page access token without creating application


I am bit confused with the facebook part of getting post from the facebook page for say example http://www.facebook.com/pages/Favourite-Tv-Shows/448925518469095 For this url i am trying to generate access token from Graph Api Explorer but it gives me token that expires within an hour, As i don't have use of application so is there any way without generating access token for above page without adding application.

Kindly Please help to get me out of this.


Solution

  • You cannot get any access_token without using application. access_token is bound to application and cannot exists without one...

    Actually access_token you got using Graph Api Explorer, belongs to Application #145634995501895 (aka Graph Api Explorer)