Facebook notifications API: “This method must be called with an app access_token”

前端 未结 6 487
情深已故
情深已故 2021-01-14 02:29

I am trying to send a Facebook notification from my app using Graph API Explorer. So I have selected my app, POST, and entered this string after the /



        
6条回答
  •  甜味超标
    2021-01-14 02:50

    Try using the access token from here :

    https://developers.facebook.com/tools/access_token/

    I had the same problem, and I've solved like that.

提交回复
热议问题