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
Related
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'm building a website, and the website has a running facebook page. I want to be able to post to my page from my cms.
The problem is that for getting those permissions I must approve my facebook app the they require things like a screencast of how users are going to login to my app etc.
Is there a simple way to generate an access token for my own page so I can make api calls to manage it?
Daniel.
You do not have to go through app approval if you're just using it for your own purposes. Users with admin/developer/tester roles on the app can use permissions that require review without a review.
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.
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 3 days ago.
Improve this question
I have a PHP page which redirects Android users to Google Play and iOS users to iTunes store for my apps. I am in the process of publishing my android apps on Amazon. When clicks take users to my PHP page, how can I determine if they should be redirected to the Amazon store or Google play, given that they are Android users? Thank you.
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 7 years ago.
Improve this question
I have a php script to share automatically on FB page. Everything worked perfectly until last night. Now the post appears like a post on the page wall using my personal account. Has something changed on facebook graph?
Revise that your api key was not removed or modified. As well make sure you are using the actual page id or page api key (fb admin id) and not your profile's. The most common thing is that before last night you were logged on as your page and not your profile, then when you switched back it did so also. Hope this helps :)
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.