I purchased one site from flippa and that user transferred facebook page also to me and now i am admin of that facebook page but when i enter developer page to get the facebook token and secret i get this error on this page
https://developers.facebook.com/apps/
You currently have no apps integrated with Facebook.
my facebook page is
https://www.facebook.com/viralfoto/
and i am admin of this page.so i should be able to get the developer access of that page so that i can install facebook wordpress plugin which require token and secret of facebook page. any help will be great
Related
I connected a desktop software to Facebook using API. I have created an app to git an app id and a secret key.
The desktop software has successfully connected to my Facebook account. However, it gives me the following error in a pop-up message box:
No pages were found in your Facebook account.
Please add some pages to your Facebook account, or authenticate for a user id that has pages.
Here is what the pop-up looks like:
However I have a Facebook page in that personal account. Why is the API unable to detect that page?
Facebook Developer Apps for Website and Facebook Page Tab as not migrated as part of the "Facebook user profile migration to the Business Page". How to get access to the existing apps and get them migrated as can still use the app_id to access the apps and login using Facebook.
i have a facebook pagetab app this app is installted on pages where i'm not the admin.
Can i post on this pages with the app by using the facebook api.
Sorry for my bad english and thx for answers!
Since you are not the admin of the page, you can't publish to their page using your app! Since, to publish new posts on behalf of tat page, a page access token with publish_actions permission is required. (see more on this here)
And to generate a page access token, an admin of the page must grant an extended permission called manage_pages. Once this permission has been granted, you can retrieve the page access token using the following Graph API request:
GET /{user-id}/accounts
So only the admin could generate the page access token, and if you have that (of course with his perms :P), you can post on that page on its behalf!
I have an facebook application in my website. i want to publish a user's profile link and some other stuff to my facebook page automatically. But currently this is being posted via page admin not user. How i can fix it?
I'm new to Facebook App development and I got this Problem:
I've created a Facebook Page (so I'm the administrator). Now I would like to have an external Webpage with a simple textarea and a "send" button. So everybody who has the link to this page could update this Facebook Page even without a Facebook account. This status update should be send by my page administrator account.
I thought I could write an app and authorize this app to publish_streams on the page and after the authorization I could switch $fbuser = $facebook->getUser(); to $fbuser = IDOFMYACCOUNT.
So the fbuser would be always my account wich is allowed to post to the Page.
If I try to use this application with an other browser (wich isn't logged in to my fb account) I get this error: (#200) The user hasn't authorized the application to perform this action
So this is the way I thought I could solve my problem.
Do you guys have an idea how I (and other people who don't have a FB account or don't wan't to login or I don't want to add them to Facebook Page administrator) could update the Facebook Status of a Page from an external website?
You will need your token "baked in" to your code and some sort of admin back end to update the access token before it expires.
Also you need manage_pages permission and the token of the page if you want to post as the page.
This can be accessed from /me/accounts