Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8001979
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T16:14:20+00:00 2026-06-04T16:14:20+00:00

Just read about the offline_access permission being removed and therefore having the new system

  • 0

Just read about the offline_access permission being removed and therefore having the new system of “extended access tokens“.

My problem is that i’d like to save the expiration timestamp to take care that the saved access tokens are always valid, but the Documentation doesn’t provide a time that the extended token is valid for.

Does anyone have more information regarding that?
It’d be interesting to know if they long-living tokens are valid for days, weeks or months.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T16:14:20+00:00Added an answer on June 4, 2026 at 4:14 pm

    When you use the new endpoint which is explained in the post you linked to:

    https://graph.facebook.com/oauth/access_token?             
        client_id=APP_ID&
        client_secret=APP_SECRET&
        grant_type=fb_exchange_token&
        fb_exchange_token=EXISTING_ACCESS_TOKEN
    

    The response will have this form:

    access_token=xxxxx&expires=yyyyy

    The expires param is what you are after I believe.
    Long lived tokens are good for 60 days, and you can check tokens (for debugging) with the Debug Tool which will tell you everything you need to know about the token.


    Edit

    A few more things.
    The “expires” parameter gives you the time left until expiration, so the expiration time is timestamp of now + expires.

    It’s easy to check this with out the need to do any development, just create a fb app (if you don’t have one), go to the Access Token Tool and copy the user token from your app, then using curl make a request to the new endpoint.

    As for extending the long lived tokens, there’s no way to do that, you’ll need to re-authenticate the user after that, as it states in the same post:

    If you pass an access_token that had a long-lived expiration time, the
    endpoint will simply pass that same access_token back to you without
    altering or extending the expiration time

    Another point is that you can get long lived access tokens by using the Server-Side authentication flow, but those too can not be extended.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

... after having just read http://www.cocoadev.com/index.pl?CocoaInsecurity ... I am curious to know about your
I've just read about MVC3's new CompareAttribute that you can apply to a model's
I am new to repositories. I just read about implementing predicates and a Unit
I just started to read about this new technology... Does someone have some knowledge
I just read about the breadth-first search algorithm in the Introduction to Algorithms book
I just read about HTML 5's WebSocket interface. How can I start trying this?
I just read about DNS protocol, and found, that the name field can be
I just read the Wikipedia page about Bucket sort . In this article they
I just read this great answer from BalusC about how to upload files with
I just read Spolsky's last piece about Distributed vs. Non-Distributed version control systems http://www.joelonsoftware.com/items/2010/03/17.html

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.