Generate “never-expire” access token for Facebook Page

后端 未结 12 1860
猫巷女王i
猫巷女王i 2020-11-28 19:49

I have managed to post to Facebook Page via API (C#), but when administrator of the page logs out, the following error occurs:

\"(OAuthException - #190) Error valida

12条回答
  •  抹茶落季
    2020-11-28 20:21

    Using Facebook API v3.1 - None of the answers above worked for me. Instead, I had to:

    1) Create a "system user"

    2) Grant him access to the properties I needed (in my case an App)

    3) Generate a new token for that app and system user

    The instructions I used can be found here

提交回复
热议问题