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
3answers
4k views
facebook redirect app from canvas page to fan page
im building facebook app as a iframe app in fan page. My problem at the moment is next: i added facebook request dialog (http://developers.facebook.com/docs/reference/dialogs/requests), and ...
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 ...
3
votes
2answers
1k views
How to post on wall of Facebook fan page from external website, of which you are a fan but not an admin
I'm using an ASP.NET Facebook Developers Toolkit (http://www.codeplex.com/FacebookToolkit) on an external website, and I'm also the admin of a facebook fan page for the website. Users on my website ...
2
votes
2answers
365 views
Hide facebook app from search
I'm adding an iFrame page to our facebook fan page, it's got a newsletter signup form on it, however I am stuck on something.
If our fan page is called blahblah, the signup page is called "BlahBlah ...
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
0answers
32 views
Real time update for fans page
Is that possible to get realtime update for specific fan page?
I can get from user as long as it is allowed my apps. But how about fans?
Can send me some related documentation. If cannot, any ...
1
vote
2answers
53 views
Is it possible to move a username from a fan page to an app page under the same account? [closed]
We have a fan page set up for a game we're making - and a username tied to that page. Let's call the page "www.facebook.com/FoobarGame". We are about to launch the app, and would like to move the ...
1
vote
2answers
114 views
Is Graph API provide function to customize page tab?
I want to customize my page tab through API. Is Graph API provide function to customize page tab? If not, is there other third party api that can do this?
1
vote
3answers
248 views
custom facebook fan page
I want a facebook fan page with something like this:
With new design/theme, matching to my new website (orange/black)
Custom Logo/contents display
30 boxes short description, on mouse hover, get ...
1
vote
1answer
452 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 ...
1
vote
2answers
344 views
How to “become a fan” by Facebook API without leaving iPhone app?
I'd like to allow user to "become a fan" of certain Facebook page in my iPhone app. How can I do that without leave my app, i.e.:
- user choose to "become a fan" of a predefined page
- Facebook login ...
1
vote
2answers
544 views
Facebook staticFBML detect fan
How do I detect if a visitor to my staticFBML page is a fan or not? Please help!
0
votes
1answer
25 views
Facebook page app
I`m an admin on a facebook fan page. The problem is that when I try to create an app for facebook fan page, facebook redirects me to my profile, and thus I will be creating an app for myself and not ...
0
votes
0answers
17 views
Facebook Reveal Tab Not Working - no values returned from facebook.php
Ok, let's get some reference links out of the way first.
Facebook page we are testing our reveal tab on:
https://facebook.com/rankmastery (it is the "Revealing!" link under the logo)
The actual ...
0
votes
0answers
81 views
Old Application fan page migration to a new [closed]
Someone know where can i contact facebook to migrate my old facebook fan page to a new one with all my user.
Because i think i m outside the processus.
I have creted a new page with the same name as ...
0
votes
1answer
23 views
How do I specify the URL of your Facebook page in the href parameter of the button?
I have a like button on my website and I created it prior to having a fb fan page for my website. Now that I have a fanpage, I want to link my website with my fan page. How do I do that? It says ...
0
votes
0answers
44 views
Given the following “fan gate” php code, will a cookie set in the “pre-liked” code be accessible in the “post-liked” code?
Given the following “fan gate” php code, will a cookie set in the “pre-liked” code be accessible in the “post-liked” code?
<?php
/**
* get the signed request parameter and decode it to get the ...
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
53 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
80 views
FB.ui post to fan page, is there a limit? Error Message: Unknown Sentry error
I'm able to post to a fan page using the FB.ui with the feed method etc. After the first post there's a popup. Setting show_errors = true give me a little information Error Message: Unknown Sentry ...
0
votes
0answers
23 views
facebook fanbox plugin list all member
How can i see more then 100 facebook connection?
http://www.facebook.com/plugins/fan.php?connections=2000&id=40796308305&height=1550
I set connections vaule to 2000 but only list 100.
0
votes
1answer
201 views
Permissions on fan page
How do I get permission on an application I have on a fan page tab and stay on the current tab?
I am collecting permissions on the application fine, but when I put the application onto a tab, it goes ...
0
votes
2answers
218 views
How many facebook fan page I can create? [closed]
I need to create facebook fan page more than 1000 for my client. How many fan page limited I can create?
0
votes
1answer
37 views
creating of facebook fan pagere any [closed]
Possible Duplicate:
Creating Facebook Page programmatically through Open Graph API
I'm trying to create a fan page from remote.
Is there any way to create through PHP/JS SDK a new fan page?
...
0
votes
1answer
75 views
Facebook Fan Page Draw
I need to make a draw among the fans of a page on facebook. Anyone can recommend me some method to get the fan number X, where X would be the number drawn.
I was searching and i found that fans can't ...
0
votes
2answers
101 views
Fastest way to create a custom Facebook fan page?
Now that FBML is no longer available, I have to create an app via Facebook's developer portal, obtain an API ID though I don't really need it. If all I am doing is making a generic HTML fan page, and ...
0
votes
2answers
20 views
Facebook Application Question
I build a simple application avaliable at: http://www.facebook.com/apps/application.php?id=216798445011521
About The Application:
the application allow you to create in your fan page a "before & ...
0
votes
1answer
259 views
Facebook - How to open new tab in fan page without create a new application?
How can I create a new tabs in facebook page without create a new application iframe?
I want to use my application and just pass a parameters that will control the content.
it's possible or I have to ...
0
votes
2answers
42 views
Facebook Fan since?
I wondered if there is any possibility to figure out since when a fan on Facebook is a fan? The only idea I came up with was to crawl the whole feed of a fan page and track the first like of a wall ...
0
votes
1answer
166 views
facebook fan page tab
can i change facebook tab name by PHP sdk from apps.facebook.com/XXXX/ by
dynamically(with one form and one text box and one submit button)
second is can I create multiple tab name one at a time on ...
0
votes
0answers
85 views
facebook fan page new custom theme
I want a facebook fan page with something like this:
With new design/theme, matching to my new website (orange/black)
Custom Logo/contents display
30 boxes short description, on mouse hover, get ...
0
votes
2answers
619 views
Facebook Fan Home Page Redirect
I speak any facebook fan page.
My aim is: I want to redirect "home (wellcome) page of my fan", when i select facebook like button. Also, anytime i go to this fan page, again redirect home page. So, ...
0
votes
1answer
170 views
Creating a welcome page for a facebook page
since facebook changed the whole fbml, apps and fan page stuff I've got a bit confused.
I need to make a welcome page (tab) for users who has not liked the fan page and a start page for users who ...
0
votes
1answer
40 views
change facebook tabs visualization
I want to change the standard tab visualization of applications on my fan page in the new profile way visualization (tab in a box on the right), like in Manchester United Fan Page
...
0
votes
1answer
306 views
Facebook API: how to show 'add-to-page' dialog box inside the canvas app
I want to give ability to users to add the application in their fan pages directly from the canvas application.
Earlier there was a method (
So, i am looking for similar kind of things for fan ...
0
votes
1answer
442 views
How to post an album to a fan page
I admin a fan page.
One of the fans created a photo album on his own page.
I want to post it on the fan page, but in the album all have is "post the album to profile", and if I do it I get it in my ...
0
votes
1answer
762 views
Facebook API: How to let the php knows whether the user is a fan of the application or not?
Facebook API: How to let the php knows whether the user is a fan of the application or not?
Plan 1: failed
is displayed at the html level only.. .it won't let the php level knows whether the user is ...
0
votes
1answer
154 views
Can we fetch fans of a particular page on Facebook?
Can we fetch fans of a particular page on Facebook? through PHP? if not is there any hack like, by becoming a fan of that page via PHP?
0
votes
1answer
451 views
Show Facebook stream published feed actionlink to fans only
I've been working to understand FB API, apps and pages for 2 weeks and end up exhausted. I created a company page, developed an app to publish feeds to that page. It works fine, but I have to find a ...
0
votes
1answer
283 views
Adding a fan box on a facebook fan page
I am trying to add a fan box on my fan page using the tag. But it just doesn't get rendered on the page.
I also tried using an as mentioned in http://wiki.developers.facebook.com/index.php/Fb:fan, ...
-1
votes
2answers
276 views
Linking FB app with fan page? [closed]
How do I add my app to my fan page so for instance when someone uses my app to check-in via FB. It appears as 'John Doe has checked-in to Shop A via MyApp'. When you click on MyApp it brings you to ...
-1
votes
1answer
55 views
How to create a list of content in a page that can be fan only voted (one unique vote per fan) and counted?
Maybe this is a really basic question but I have never done something with facebook before and I need to get this done in a matter of days, so I just need some guidelines and your help is crucial.
...
-1
votes
1answer
126 views
How to post the FB comment in my wordpress site to my FB fan page wall?
I used FB comment on a wordpress site. I want to create a FB Fan page and wanted to post the comment made on my wordpress site in my FB Fan page.
