Use app access token with spring-social facebook to query public pages

前端 未结 2 1784
慢半拍i
慢半拍i 2021-01-25 09:42

Using app access token had previously been asked in this question (How to use Facebook appAccessToken with Spring Social) and Craig Walls gave a good explanatio

2条回答
  •  旧时难觅i
    2021-01-25 10:18

    You do not need to fetch an app access token - you can actually use the app id and secret separated by "|" as the access token. - You can see it at the bottom of the app access token section in the documentation: https://developers.facebook.com/docs/facebook-login/access-tokens#apptokens

提交回复
热议问题