Tagged Questions

26
votes
5answers
24k views

Check if user liked page

I think I'm going crazy. I can't get it to work. I simply want to check if a user has liked my page with javascript in an iFrame app. FB.api({ method: "pages.isFan", page_id: ...
5
votes
1answer
8k views

Post status update to Facebook page (Fan site)

I've seen all the posts here on stackoverflow about posting status updates to a page's wall (not a user's wall); but all appear to be out of date as none of them address the issue with the new Open ...
2
votes
2answers
179 views

Facebook API: I want to silently (without dialog box) authenticate my server to access a fan page's info

The organization I'm creating a website for has a facebook fan page and I would like to feed the events tab on the website directly from the events that the fan page has created or is attending. The ...
2
votes
1answer
3k views

Become a fan of a Facebook page through the API?

In my specific case, I'm writing an iPhone application. I've seen widgets you can place on your website that users can click on to become a fan of your page, but I can't find anywhere in the api or ...
1
vote
1answer
451 views

Facebook API: Move Fan Photos from “Fan Photos” album to another album

Hi I am administrator of a Facebook Fan Page and i want to make an application that moves (or copies) photos uploaded by my page's fans to another page's album created by me. I have never used ...
0
votes
1answer
77 views

How to get Album from facebook fan page

i need get all photos shared by fans in my facebook page fan. I can do? I try using api graph but i see only album shared by me. https://graph.facebook.com/inpesca/albums/ Thanks for your help.
0
votes
1answer
52 views

Is Fan of Facebook Page?

please take a look on this Tab on one Facebook Page http://www.facebook.com/HotelGuru.sk?sk=app_233066690095330 My question is how is it possible that app on the tab knows if a liked a fan page, ...
0
votes
0answers
294 views

Api Upload image to facebook fan page album

I am trying to upload an image through my application with Facebook Graph API to an album of my fan page. I am able to upload image to user wall and album but can upload it to fan page album and wall. ...