Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to extend the facebook app access token that is going to be invalid very soon?
    primarykey
    data
    text
    <p>We have business clients who use our apps to market their products. So every time new customers come we ask them to install our app. They follow Facebook standard procedures to install apps.</p> <p>Our apps are based on server based authorization and cUrl. Our apps are based on offline_access functionality that is deprecated by Facebook and will expire very soon.</p> <p>In this critical scenario I have some queries.</p> <blockquote> <blockquote> <p>how to extend the Facebook app access token that is going to be invalid very soon?</p> </blockquote> </blockquote> <p>I have already gone through this link <a href="https://developers.facebook.com/blog/post/2011/05/13/how-to--handle-expired-access-tokens/" rel="nofollow">https://developers.facebook.com/blog/post/2011/05/13/how-to--handle-expired-access-tokens/</a> and <a href="https://developers.facebook.com/roadmap/offline-access-removal/" rel="nofollow">https://developers.facebook.com/roadmap/offline-access-removal/</a></p> <p>But these links are seemed as more theoretical than practical. I am looking for some practical examples.</p> <p>So far my understandings are:</p> <blockquote> <blockquote> <p>I have to enable offline deprecation functionality from Facebook app dashboard Facebook will send me some notification before the access token going to be expired or invalid</p> </blockquote> </blockquote> <p>The steps I will need to follow to extend the access token:</p> <blockquote> <blockquote> <p>I have to get a short lived access token that will last for at most 2 hours and i can get more than one token in a day. Then I have to use that short token to get the long lived access token for 60 days.</p> </blockquote> </blockquote> <p>My questions are:</p> <ol> <li>All of my above understandings are right (I am confused!)?</li> <li>Do i have to re-generate the access token every 59 days after getting the reminder from Facebook? Isn't it back dated concept?!</li> <li>Is there any easy automated way to extend the going to be expired access token or already expired access token?</li> </ol> <p>Thanks to all in advance.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload