hello everyone I am posting on my friends wall using the dialog Facebook ios sdk. Everything is working fine I can see the post on my friend's wall when I visit facebook via my pc browser. But however when I am on ipad/iphone facebook app the description doesnot appear?
How do I access facebook friends' recent pictures of my users on my facebook app? I would like my users to see a recent feed of the pictures that their friends are posting on facebook (regardless if that user is tagged in the picture or not.
I have seen this in an android application and I wanted to program it for a website app.
Not sure why Android is tagged here but use the Facebook API
I am creating a php script to post some information on a fan page for which I have been designated as an admin(I didn't create it).
Do I need to have an app registered for posting to the wall of fan page?
No, fan page and fb app dose not have to be "connected". All you have to do is to create a fb app which will take over your right to post on fanpage as her admin. Check out section "Page Login" on https://developers.facebook.com/docs/authentication/
I want to Share a Photo on facebook page that some one else created but the page is public.
I am using share kit API for iPhone sharing on own wall.
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.