How would you perform `debug_token` call using facebook php sdk?

后端 未结 2 1583
离开以前
离开以前 2021-02-08 17:14

According to the documentation the endpoint looks like

GET /debug_token?
     input_token={input-token}&
     access_token={access-token}

w

2条回答
  •  被撕碎了的回忆
    2021-02-08 17:58

    OK, so if one needs an app access token, app_id|app_secret (both values concatenated with a pipe symbol in the middle) always works.

    The method getApplicationAccessToken seems to have been protected in the PHP SDK up to 3.2.2 – whereas getAppId and getAppSecret are already public in that version; so those could be the alternative to hard-coding id and secret in place.

提交回复
热议问题