How can I manage my own page with facebook graph api? [closed] - php

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.

Related

How can i create a page that tailors personal info to the user [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 5 years ago.
Improve this question
After hours of trial and error, using WAMP i made a login system that mails me locally ( password recovery etc). I want to make pages that only the user has information tailored to the user, think of it as a profile page Facebook or Twitter, the news updates.
You can use sessions. In php you can type session_start(), then you can store some information about the user. So if the user don't have a session he can't access the page. Search about session_start(). You will find many examples about it.

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

Detect Amazon user in PHP

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.

How to save Facebook private message to database? [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 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.

PHP auto share to facebook page [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 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 :)

Categories