I am trying to make a add as friend botton on my website. And that I have made without any problem.
Just by doing this:<a href="http://www.facebook.com/dialog/friends/?id=MY PROFIL USERNAMEn&app_id=MY APP ID&redirect_uri=http://localhost/cpedersen/wordpress" target="_blank">Bliv ven med mig</a>
But it is only opening a new website where I can click add friend.
What I want is it to do, is to check when the user click connect, then check if we are friend, if we are then change the connect botton to a like box, otherwise it will ask the user to become "add friend" and then change to like box.
I know it is posible but not how..
I have seen this work on www.janlundsgaard.dk in the sidebar.
Hopes someone can help me :)