|
How can I retrieve the number of fans my Facebook page had on a given day? I am trying to find a way to display a plot of date vs number of fans, but I can't find a way to get the number of fans by date.
I have tried this:
select active_users from metrics...
Started by Doug Treadwell on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
To retrieve fans you need to query the fan_count column of the page_fan FQL.
fans your page has.
|
|
Hi everyone,
I'm trying to grab the names of fans of a Facebook fan page that I administer. I've done some snooping around, and apparently, the FB API doesn't support that, but Facebook actually uses AJAX/JSON to populate the list. Anyways, can anyone...
Started by saibot on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Back to the query....
Keep in mind that there are several ways of retrieving data from facebook all of which are highly documented on their developers wiki .
Using FQL (The Facebook query system) you probably are able to get that information.
|
|
I'm able to update the status on my PROFILE wall using this code:
require_once 'facebook-platform/php/facebook.php'; $facebook = new Facebook('APP API KEY','APP SECRET KEY'); $user_id = 'MY USER ID'; $facebook->api_client->users_setStatus('This ...
Started by thechrisvoth on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The following code to publish to the Fan Page wall:
require_once 'facebook-platform/phpI solved the problem by consulting the Facebook desktop application documentation (even though/facebook.php'; $facebook = new Facebook....
|
Ask your Facebook Friends
|
I know how to create an application that can be installed as a tab on a Facebook fan page, but what can I do to get more exposure on the main page.
For example, I would like to install an app that was permanently open in the left hand column of a fan ...
Started by jrhicks on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Facebook claims that they will disable this functionality "at some point", but they are notoriously bad.
This will let your users install the application into the left hand column of their profile or fan page.
|
|
650 Facebook Fans - $24.99 (order)
1,500 Facebook Fans - $49.99 (order)
2,500 Facebook Fans - $119.99 (order)
5,000 Facebook Fans - $169.99 (order)
Started by killswitch on
, 12 posts
by 5 people.
Answer Snippets (Read the full thread at webhostingtalk):
Are these all 100% guaranteed to be real fan profiles? Also, do you accept any other payment method that accepts credit cards directly? I'm curious as well, are these real people who will like my fan page? Looking forward to your reply.
|
|
I have a blog (wordpress) and a facebook fan-page for my blog (with more than 1 fan!). I would like to post a message to my FB wall, every time I post something on my blog. Preferrably PHP.
The same question is already asked here , but this question isn...
Started by Gerrit on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Updates_to_facebook_fan_pages_api_supports_it#reply_1038558
Why not use the standard "ImportedAPI posting to a Facebook Fanpage (not sure if it is to wall specifically) success claimed.
|
|
You may have seen this on a couple of Facebook fan pages before and probably thought, that's cool, how are they doing that. Well I am going to show you how they are showing certain content to fans who have "liked" the page and a complete different content...
Started by Cole on
, 17 posts
by 14 people.
Answer Snippets (Read the full thread at contractortalk):
I have noticed the just by adding....
I have it setup so that anyone who visits the page who isn't a fan" and after looking everywhere I got this answer Very useful information, great ! I will check my facebook.
They are and where they found me.
|
|
I made a thread previously stating that you should have a landing page for your fan page with a clear call to action, including an arrow pointing to the 'like' button.
I just found an absolutely awesome example...
Check out the Red Bull landing page -...
Started by Chris Munch on
, 19 posts
by 17 people.
Answer Snippets (Read the full thread at digitalpoint):
<fb;/fb:else>
</fb:visible-to-connection>
enjoy it
do take note facebook is changing how that code works in facebook? That red....
You can also add facebook fanbox(html generated code) in your blogs.
To promote your page.
|
|
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 Stream API. All the research I've done on Google leads...
Started by Jourdan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I think they're also releasing an API soon..
Facebook Page updates to send later try Sendible.com.
|
|
How to create a fan page on facebook.
Started by softonaseo on
, 16 posts
by 16 people.
Answer Snippets (Read the full thread at digitalpoint):
Second option just open any fan page of your facebook friend and you will find an option to facebook and....
Just go to the facebook login page and there you instructions.
Its so easy to create a facebook fan page.
|