Is there a way to associate the Facebook like feature in the app store to a specific Facebook page?
Related
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?
We have a website (a wiki) and a Facebook group. I created an app to let people log into the website with their Facebook ID and that works just fine. We'd like to have activity from the website show up in the Facebook group, though, or otherwise be posted to a person's timeline (Joe edited this website page, etc.). How do we go about doing that? What do we need to change to get the desired functionality? How can we more closely integrate our Facebook group and our website, perhaps by using the app we have (or any other way)?
I created a Facebook APP which is being used for FB Connect Feature... everything is working fine.
But now I would like to display my APP on the Wall and News Feed, and also give the user the opportunity to share my APP.
How can I do this? I searched on Google and checked the Facebook API but couldn't make it.
Check out the Facebook Social Plugins...
Here you will find methods to embed share and like buttons on your site. When users interact with these social plugins, stories will be created on their feed and their friends will see this activity.
i want make possible to post on facebook page a description of my app.
I've tried ShareKit, but after registering an app on facebook and insert the key and the secret in config file of SHK, i don't have what i want.
How can i give to user the chance to advertise my app on facebook?
Use facebook graph api ..you can postFeed from this api and also give itunes link of your app and description
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.