What is the correct way to refresh Facebook OAuth2 access token after it expires?

后端 未结 6 2030
北恋
北恋 2020-12-07 10:55

As I understand it, this is the basic process for new Facebook iframe canvas apps using the OAuth2 API in a nutshell:

  1. Redirect to (or have user click link to)
6条回答
  •  -上瘾入骨i
    2020-12-07 11:32

    if user has already authorized your application and access token expired. you can redirect user to authentication page again. but oauth dialog doestn't show because user already authorized your application. he will redirect to redirect_url parameter you used.

提交回复
热议问题