Requires extended permission on facebook for send notification [closed] - php

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am new in developing Facebook App. When i am trying to send user notification and test sent notification on Graph API Explorer ,I am getting this error (#200) Requires extended permission: manage_notifications .

You need to add the 'manage_notifications' scope in the facebook link connection you launch.
If not, it may be required the review of your app by Facebook to use that scope (manage_notifications) without issues.

Related

how to create public app in shopify and provide app url and whitelisted url in php [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I have created public app and set app url which is in laravel where I am getting timestamp,shop and hmac. In whitelisted url I am putting url like https://www.example.net/get-access-token which is also in laravel.
How to connect client (which will install the app) to my public app?
How the payment process is handling when we click on get app?

Facebook messenger bot Webhook not working [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I created Facebook messenger bot in php, and its working perfectly fine when i send any message to my page. But when any other user except me (I am owner of that page) sends message to my page webhook of bot doesn't work.
Please guide.
Add the other user to be a tester for the Facebook app, this will give them access to the bot before it is formally approved by Facebook.
EDIT: Information regarding messenger bot submission can be found here: https://developers.facebook.com/docs/messenger-platform/app-review

Facebook access token from php to javascript [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have already implemented logging in with php, now I want to implement payments, however all the tutorials are in javascript, is this possible to send user access token to javascript somehow?
It seems that the payment dialog can only be triggered via the JS SDK, as you already mentioned:
https://developers.facebook.com/docs/howtos/payments/paymentflow/#paydialog
Once you got the payment_id, you can use the Graph API to get the details:
https://developers.facebook.com/docs/graph-api/reference/v2.0/payment

Receive private facebook message via website? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have similar questions but not really answered.
Is there a way my customers on our website can send a private facebook message from my website to my personal facebook profile?
See the Facebook API docs:
You can integrate Facebook Chat into your Web-based, desktop, or mobile instant messaging products. Your instant messaging client connects to Facebook Chat via the Jabber/XMPP service.

Restricted API Access By only for Android app [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
Here is my API call link :
http://192.168.0.107/AYURV/api/V1/user/signup.php
This link only access by only specific android app how can do that?
Advance Thanks.
Have the request sender send a UserAgent and device and app version
This way you can filter incoming requests based on this information on the server side, and reject the ones that don't match.

Categories