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.
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 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
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 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 developing an android app, it is a social media app with many features. One of the features is a private messaging between users. What is the best way to do it.
Note: I'm using PHP for the backend of the app.
There are many ways you can Achieve it
You should take a look at Firebase Cloud Messaging (FCM)
It would help you create a Real time Chat Feature between a Single User and Multiple User
Also with Firebase Storage Capability you can also provide feature like Uploading Pictures and Videos
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 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 develop a php-site with user-accounts. to register easier i want to offer the user to (alternativly) log in via they´re google-account (like here on stackoverflow).
how to connect the google-account with my site?
Sign in with Google account using OAuth2.0 which is clearly explained
http://www.idiotminds.com/sign-in-with-google-account-using-oauth2-0/
A system to quick login with Google account using OpenID authentication: http://www.9lessons.info/2011/07/login-with-google-account.html
While not really covering Google auth, I've found this article very useful when building openid authentication for my website.
http://www.plaxo.com/api/openid_recipe