MyPage is a personalized page based on your interests.The page is customized to help you to find content that matters you the most.


I'm not curious

How to create never expires Acess Token for Facebook Page?

0
Started on: 23 January 13
When creating auto feed to my facebook page , i used Graph API to post feed using PHP SDK from Facebook API

I follow through below steps to generate Access Token from the documentation

  1. Created Facebook APP for my account that related to my Facebook Page Account.
  2. Got Application Key and Application Secret.
  3. After that i created Short-Live Access Token from https://developers.facebook.com/tools/explorer
  4. Then i created Long-Live Access Token using below method
https://graph.facebook.com/oauth/access_token?
client_id=<your FB App ID >
&client_secret=<your FB App secret>
&grant_type=fb_exchange_token
&fb_exchange_token=<your short-lived access token>

But the long-live access token will expiry in 60 days

so is it the way , that every 60 days i should create new access token ?

Is there any access token which don't have expiry ?




















When creating auto feed to my facebook page , i used Graph API to post feed using PHP SDK from Facebook API

I follow through below steps to generate Access Token from the documentation

  1. Created Facebook APP for my account that related to my Facebook Page Account.
  2. Got Application Key and Application Secret.
  3. After that i created Short-Live Access Token from https://developers.facebook.com/tools/explorer
  4. Then i created Long-Live Access Token using below method
https://graph.facebook.com/oauth/access_token?
client_id=
&client_secret=
&grant_type=fb_exchange_token
&fb_exchange_token=

But the long-live access token will expiry in 60 days

so is it the way , that every 60 days i should create new access token ?

Is there any access token which don't have expiry ?

This challenge is listed under Development & Implementations , Digital Media & Games , Mobility and E-Commerce Community

Initiator

Aravinthan
Aravinthan
  Follow

I am passinate about IT & PHP , Let's do it

More posts by: Aravinthan Asokan

Please to reply this post
Important:
  • We hope the conversations that take place on MyTechLogy.com will be constructive and thought-provoking.
  • To ensure the quality of the discussion, our moderators may review/edit the comments for clarity and relevance.
  • Comments that are promotional, mean-spirited, or off-topic may be deleted per the moderators' judgment.
Awards & Accolades for MyTechLogy
Winner of
REDHERRING
Top 100 Asia
Finalist at SiTF Awards 2014 under the category Best Social & Community Product
Finalist at HR Vendor of the Year 2015 Awards under the category Best Learning Management System
Finalist at HR Vendor of the Year 2015 Awards under the category Best Talent Management Software
Hidden Image Url

Back to Top