I am setting up a Facebook page, and I am creating a landing page by creating an application and using iframes. I am starting to experiment with the facebook sdk.. I am wondering how to insert the viewers name into the page design. For example...at the top of the page, I want it so say "Hi [viewers name] and welcome to my page" How can I do this ?
Im still at the basic too. I;m looking for companies who are helping people to do apps, is there any ?
I am assuming that you can using fb api call if yes then use this fbml <fb:name uid="user id" capitalize="true" />
If you're using FB Graph API you can use $me = $facebook->api('/me'); print($me['name']); Code (markup):