wizztjh
wizztjh

Reputation: 7041

Are we allowed to save the access token from Facebook OAuth?

Are we allowed to save the access token from Facebook OAuth?

Is it legal? I'm just asking...

Upvotes: 1

Views: 604

Answers (1)

Johnny Oshika
Johnny Oshika

Reputation: 57502

You will want to store the access token somewhere on your server, so that you don't have to ask the user to authenticate every time you need to use Facebook's API on the user's behalf. Note that the access token expires, so you'll only want to store this temporarily.

Upvotes: 2

Related Questions