Questions tagged [facebook-fan-page]
4 questions
72
votes
8 answers
Facebook API: Get fans of / people who like a page
I'd like to get a list of users who like a certain page or a fan of it.
The FB API documentation states that you can only get the count of the fans of a certain page using the social graph, but not a list of the fans.
A discussion here Retrieve…

pesho
- 1,232
- 2
- 13
- 11
49
votes
4 answers
Simple example to post to a Facebook fan page via PHP?
I've done a lot of searching and I've found outdated tutorials that don't work...
I have a site made with PHP and when I submit a particular form in my admin area, I want to publish to my Facebook "fan page"
There is no RSS available, so do you have…

nmarti
- 1,565
- 3
- 14
- 19
0
votes
1 answer
Upload post to Facebook fanpage with API
I wrote a code to upload videos to my Facebook fanpage, but it gets uploaded to the community of my fanpage.
May someone help me, what is the problem with my code?
My code:
$appId = 'xxxxxxxxxxx';
$appSecret ='xxxxxxxxxx';
$my_url = ':my website…

vm30
- 9
- 2
0
votes
1 answer
Post on Facebook Fan Page using c# winform
I used the below code to post the text box content into my facebook wall and it's works fine.
private void btn_Post_Click(object sender, EventArgs e)
{
string appID, appSecret, userId;
appID =…

Karthik
- 67
- 1
- 9