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

后端 未结 6 2026
北恋
北恋 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条回答
  •  太阳男子
    2020-12-07 11:41

    { "error": { "message": "Missing redirect_uri parameter.", "type": "OAuthException", "code": 191, "fbtrace_id": "BHvng7s53ra" }}

提交回复
热议问题