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.
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 8 years ago.
Improve this question
I designed a system that runs on the internet
I am looking for a way to extract the device that is being used for the system (i.e. tablet or Laptop), I need to extract that tablet's user that is registered on it
I am using PHP and HTML
Thanx
Fortunately, this is not possible, for obvious privacy reasons.
Moreover, there is no requirement that there be any user "registered on it", at least for Android tablets, and so there may not be a "user name" available in the first place.
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