How to get the page scope id of Facebook when user checkout in my Shopify store?

断了今生、忘了曾经 提交于 2019-12-12 19:21:14

问题


Before facebook last update I was using Facebook Send message API by passing user reference. I was getting this information by checking the checkbox during checkout in my store (Shopify) using Facebook.

Now the Facebook Send message API no longer returns recipient_id in the response for message sends that use recipient.user_ref or recipient.phone_number to identify the message recipient.

Now they are using the Page scope id syntax is

 recipient": {
"id": "<PSID>"
},

i am using this API

How can I get this page scope id?

来源:https://stackoverflow.com/questions/49035696/how-to-get-the-page-scope-id-of-facebook-when-user-checkout-in-my-shopify-store

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!