Using Facebook Graph API or other developer tool is there a way to show Facebook page appointments on a calendar in a remote website ?
Related
I'm new to facebook integration. I want to develop an intranet site which can display my personal news feed or timeline by selection. I searched for this but getting tips only for displaying a page newsfeeds and likes. But I need it for personal newsfeed.
Thanks.
Found that it can be retrieved using graph API with 'read_stream' permission
https://graph.facebook.com/[YOUR_ID]/home
About 1 week ago we launched a new website. We've setup a facebook app and integrated the facebook like button using that app ID.
The site has had a great amount of traffic and now the website has over 10,000 likes, which is great....
In hindsight though, we should have targeted the facebook like button to like a facebook page instead of the website, so that we can interact with the 'likers'.
We've created a facebook page now, and linked it with our app. Is there a way for the number of 'likes' on our facebook page to be the 10,000 likes we have showing on the website?
Unfortunately, this is not possible. Every URL is counted separately. If you create a Facebook Page, this is another entity within the Graph API, so the likes cannot be shared.
I red the facebook api, graph api, app id/secret id, access token things. I have downloaded the php sdk from git.
I am able to publish a message from graph api explorer by getting an access token from me/accounts for spesific facebook page where I am admin. But I cant find how to do that within my web site. I want to do it with php.
I knwo here is not the area to ask a question like taht, but I couldnt find a solution or way to do it. I have nothing to do with any specific user. The content will be shared between the web site and the facebook page releated wtih that site.
I am trying to make an iOS app integrated with the Facebook SDK that allows the user to post directly to a facebook group page and receive updates directly from the group page through the app, as an alternative to the facebook app.
I know that the Facebook dialog class in the latest SDK allows us to share a status directly to one's wall but I have yet to find a way to post it to a page other than the user's wall. Is there a way to gain access to a facebook group page and retrieve the posts from the page and also post directly to it?
I have a Facebook profile of my own, and asociated to this Facebook profile I have a Facebook fan page,,, and I developed a Facebook application that now days is published on Facebook.
What I want is to asociate this Facebook App not to my profile but to my fan page... I mean,,, I know that so I can create a Facebook App or a Facebook Fan Page I've to have a Facebook profile account but I would like to know if I can asociate the Facebook App only to be visible throught the Page...
Your only option is to make the application non-functional for other pages and users. You can do this by checking the POST variables (specifically fb_sig_page_id) to determine which Page you are on (or if you're on a Page at all). If the page ID doesn't match your page, just display a message.
Since applications automatically have Pages of their own created by Facebook, you can't prevent users from becoming fans/liking the application Page. This is one of the problems of the Facebook platform.
An alternative is to use the application Page as the official Facebook Page. This is what I've done with someecards (shameless plug). The application acts as the official presence on Facebook, so the official Page and the application are the same.