Hi, is it possible next scenario? I will add LIKE button to my website. If someone click LIKE, fb redirect to login(if it's not logged to fb) or post like to his wall(if he is logged to fb). Is it possible to grab that part of info (logged or not logget to fb) from my website?
Till now such method of posting automatically to the user's wall is only available in Facebook applications. Applications also have to confirm first if the user wanna post it on his wall by sharing his personal details. I dont think you can do it from your website. Moreover once a user has liked your fan page, the feed that he liked your fan page automatically displays on his/her wall, so why do you want it to be shared ?
I don't want to post to users wall, but just to redirect user on my page if he/she is logged to fb or not.
if she pressed like, she is already on your fanpage... to go on your website, outside of facebook... well facebook surely wouldn't like that too much.,..
In my opinion, we can catch the person's data via "Facebook Page" and "static FBML"... When someone visits your FBML page, you can log the USER-ID with the name and oher monior infos.. like status and all... So what you do is, Keep an iframe inside yor website with of your page, then when someone visits your website, inside the Iframe you have a default landing page as a static FBML page.... and let us fetch an image from your website with a parameters of the username.... Now what you do is, make a "image file" on your website which fetches the parameters.... The image file will be a PHP file which will execute an php saving all the parameters from the image... Sounds like a story.... haha... What did I just wrote...