What is verify token in Facebook Realtime API

后端 未结 2 799
情深已故
情深已故 2021-01-21 15:05

I\'m trying to implement Facebook Realtime api with my application. I want to pull the feeds from my \'facebook PAGE\'. I\'ve obtained app_access_token...

app_ac         


        
2条回答
  •  走了就别回头了
    2021-01-21 15:17

    Use POST rather than GET, with an empty body & object, fields, callback_url and verify_token passed as query parameters in the url.

    See https://developers.facebook.com/docs/reference/api/realtime/.

提交回复
热议问题