Error Invalid Scopes: offline_access, publish_stream, when I try to connect with Facebook API

前端 未结 3 1092
独厮守ぢ
独厮守ぢ 2020-12-01 12:16

I got this error when I try to connect with Facebook API

Invalid Scopes: offline_access, publish_stream. This message is only shown to develop

3条回答
  •  感情败类
    2020-12-01 12:40

    In the below form you can see the value having the publish_stream and offline_access parameters which is deprecated as said above by Tobi.

    so remove those two parameters and change the to,

    
    

提交回复
热议问题