Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Unit testing library for C.

learn more… | top users | synonyms

-1
votes
1answer
106 views

how to check if visitor liked my facebook fanpage. private website not facebook iframe tabs

Is it possible to check if the visitor of my private Website liked my Facebook Fanpage? I found many posts for Facebook Iframe-Tabs but not for private Website owner.
0
votes
0answers
26 views

Automated Facebook Message Check

Is there anyway to automatically check facebook message and forward it to a cellphone? Here is what I want to do: login to facebook -> check message -> if there is, forward it to a specified email ...
2
votes
3answers
254 views

Android checking all the friends in Facebook FriendPicker sample program

I want to know how to select all the friends in Facebook's FriendPicker sample program. I added a 'select all' button in Pickerfragment class. But i couldn't able to find the way to check all the ...
-2
votes
2answers
94 views

How to check whether we are fans fanpage or fanpages in FACEBOOK [duplicate]

How to check whether we are fans fanpage or fanpages id pass on to the page method as follows: page_id or page_id, page_id2, page_id3 function isFan(a) { FB.api('me/likes/'+a ...
0
votes
3answers
535 views

How to check if user has liked the facebook application?

Previously, I was checking if user has liked the facebook app or not using the following code: $fql= "SELECT uid FROM page_fan WHERE page_id = '$appid' and uid='".$me['id']."'"; $param=array( ...
0
votes
0answers
135 views

Automatically checking facebook page for the fan count [closed]

My idea is simple. (but i don't really now how "simple" will be realization of this idea:)) Detailed Lets say currently, the page has 160 fans. Can we create mini-app which will notify when the ...
1
vote
1answer
1k views

Check if its the facebook canvas

I have a website which utilizes facebook integration. You can use it independently of FB. However, it also loads in FB through the canvas page. I want to load a different CSS file if the page is ...