Tagged Questions
The fan tag has no wiki summary.
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: ...
9
votes
5answers
989 views
First impressions of the Fan programming language?
Has anyone here given the Fan programming language a whirl? (pun intended).
My first impression:
I like the ability to have the code run on either the .NET or Java VM.
The syntax is nice and clean ...
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 ...
5
votes
5answers
4k views
Programmatically access CPU fan on a laptop? (Windows)
Is there a Windows standard way to do things such as "start fan", "decrease speed" or the like, from C/C++?
I have a suspicion it might be ACPI, but I am a frail mortal and cannot read that kind of ...
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
0answers
64 views
Like Button on Fan Page Creative
Can i have a Fan Page which has a creative and when a user clicks on the creative he likes my page and also lands on my landing page, is this possible? In other words i want to have the like ...
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 ...
2
votes
2answers
3k views
How can I control my PC's fan speed using C++ in Vista?
How can I use C++ to control CPU fan speed in Windows Vista Ultimate?
I would like to use ACPI.
1
vote
0answers
41 views
Fan gate / Like page not working with new apps
from few days ago, this:
<?php $signed_request = $_REQUEST["signed_request"];
list($encoded_sig, $payload) = explode('.', $signed_request, 2);
$data = json_decode(base64_decode(strtr($payload, ...
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
0answers
122 views
Accessing the fan under Windows 7
I tried to compile the sample "DumbPort" from WinIO on a 64-Bit Windows 7 OS but when I run the program I always get this error insufficient user rights. I've put the winIO64.dll and winIO64.sys in ...
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
4answers
230 views
How can I disable my App Profile Page
I am using Facebook Connect on an external website. I don't want to show an App Profile Page on Facebook for this app. The main reason is because I have a Fan Page of the same name on Facebook and I ...
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
4answers
157 views
Iphone as a start button
I would like to develop an (personal) iphone app to use the iPhone as a controller for a small device such as a fan or for example a light bulb. Does anyone know if there is some kind of controllable ...
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
758 views
Controlling the fan speed and detecting the inside temperature of the pc with python?
Since my pc's fan is very loud, I'd like to make myself a program to "shut it up" when it's not required to be running at full speed. I want to make it with python, so is there any module that can ...
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
40 views
Via Anything for fan pages
I been trying to figure out the link to make a post/share button that will have "via application" on the post. I can do this for personal profile but no for facebook pages.
so far i got this
...
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
0answers
295 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.
...
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
0answers
227 views
help me control speed of fans connected to motherboard programmatically [closed]
Possible Duplicate:
How can I control my PC's fan speed using C++ in Vista?
I am trying to write a program that controls my computer cooling fans... but I am having trouble figuring it ...
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 ...