How AddMeFats knows that i actually liked a Facebook Page?

xxxDennisxxx

Newbie
Joined
Jul 12, 2013
Messages
25
Reaction score
11
Hey i am a Bot Developer and really want to know how addmefast knows that i liked a page or not without asking account name and pw. Does addmefast this over APi or i dont know.

Thx.
 
stackoverflow . c$m/questions/6480926/check-if-the-user-is-connected-to-facebook-and-then-check-if-he-liked-a-page


FB.api({ method: "pages.isFan", page_id: my_page_id, }, function(response) { console.log(response); if(response){ alert('You Likey'); } else { alert('You not Likey :('); } } );


i think you will know what to do next.
 
Back
Top