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.
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 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 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
My question is that is possible save private message from facebook to my database. And if yes, how is it possible? Thank you.
There is no permission called "read_inbox", and if you mean "read_mailbox", you may want to read this:
This permission is granted to apps building a Facebook-branded client on platforms where Facebook is not already available. For example, Android and iOS apps will not be approved for this permission. In addition, Web, Desktop, in-car and TV apps will not be granted this permission.
Source: https://developers.facebook.com/docs/facebook-login/permissions/v2.3#reference-read_mailbox
Meaning, you will not get read_mailbox approved at all.
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 8 years ago.
Improve this question
I want to make a mobile site from a desktop site.how can I do that without access to server.I want show some part of that desktop site.not all part.
P.S: is not important that answer was android, ios, php tutorial.thanks
You cannot modify a site without access to the server.
Assuming you want to show someone.
All you can do is to reproduce the same UI and use a webservice like Invision to build the prototype of desktop and mobile site.
There are other free wireframe tools as mentioned here
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.