Hope someone out there can help.
I'm developing an IOS app using sharekit to access facebook. The app needs the user to post to his/her facebook page and the post should also appear on the clients company/brand page.
I have create a test company page through the following page ... http://www.facebook.com/pages/create/
using sharekit i have been able to post without any errors to the company page using its id. But these post do not appear on the company page.
is it possible to post to both a users and a company page using sharekit?
Any pointers would be great
thanks in advance
Related
I'm developing a friend's company web site (PHP). He would like to display last Facebook posts from his professional Facebook page.
I'm using the Facebook Graph API for the first time and the documentation is huge and not user friendly at all. Anyway I created a Facebook App. After retrieving OAuth token it looks as simple as:
$data = file_get_contents("https://graph.facebook.com/".$pageId."/feed?access_token=".$token."&limit=10&fields=message,link,attachments,created_time,full_picture,picture,timeline_visibility");
BUT from what I understand this requires the Page Public Content Access permission. To get it you need to review your app.
The review process is insane! My app was rejected 3 times and they didn't explain how to make it pass. Each time they simply replied with this laconic message:
Is there any other way to get the posts of a public page?
Thanks a lot for your help! It will be much appreciated!
I'd like to add Facebook sharing to a Unity app. The basic idea is to:
Create a Facebook page for the app.
Enable the users of the app to post screenshots from inside the app onto the apps facebook page.
The idea behind it is to have access to all posted screenshots by collecting them on the apps facebook page. Can this be done using Facebooks Unity plugin?
If yes:
Does the user first need to "befriend" (join) the apps Facebook page?
Does the app need to go through Facebooks review process?
If a user posts a screenhot to the apps page, is the screenshot then also visible on the users facebook feed or only on the apps facebook page?
Considering the nature of the questions it's obvious that I ain't a Facebook user. So your help is very appreciated.
Thank you.
It is maybe a duplicated question, sorry if it is.
I want to post on a Facebook page that I own. I am using the graph API but I don't know how can I do this.
I have an APP, I'm using it for Facebook login. But I don't know if I have to make another APP just for the extra permissions for publishing on my page because I don't want that the APP ask to extra permissions to the users that are using the Facebook's login in my page.
My goal is create posts to my Facebook page from my website.
Thanks for the help, and sorry for my bad English writing.
How to post in facebook fanpage automatically from my website ?
for example when i update new post in my website and i need to post in facebook fan page automatically....
I believe Facebook offers a certain number of APIs which would allow you to integrate Facebook into your own website to some degree; you can always try their dev centre.As far as I know, however, you can only post to Facebook through social networks like Twitter (see: linking a Twitter account to Facebook), or through Facebook apps you've developed yourself.
You need to create facebook app and use the app secret key and and API key in facebook SDK
script for automatic posting. for more details click the following link. I think this may help you. http://www.damnsemicolon.com/php/auto-post-facebook-with-facebook-sdk
Does anyone has an idea how can I post text/images on facebook BUSINESS page wall from my webserver (Java).
I know how to do it on personal profile (involving Apps) but for business page I ahve no idea, since I have found out that cannot create an App for FB business page.
You do it with an app as well, but you get a page access token first.