wlk
wlk

Reputation: 5785

How to check foursquare api oauth token expiration?

I'm looking for documentation that explains following details:

Thanks

Upvotes: 0

Views: 644

Answers (1)

Stephen Wright
Stephen Wright

Reputation: 2956

Apparently they don't:

via Foursquare Oauth API docs

Access tokens allow apps to make requests to Foursquare on the behalf of a user. Each access token is unique to the user and consumer key. Access tokens do not expire, but they may be revoked by the user. If your application doesn't require connecting with Foursquare users, you can skip directly to Userless Access.

Upvotes: 1

Related Questions