I have now managed to get a status posted when a user clicks a link. I would now like a status to be posted when they first login with Facebook and accept the permissions.
Please help! I am using this code for the login button:
<fb:login-button ></fb:login-button>
Be specific with me I’m new to the Facebook Connect.
Since you managed to authenticate a user and post from a link, then things will be easy, just on the
auth.loginevent call your posting method, something like this would do:Result:
EDIT:
Also make sure you have the right permissions in your case
publish_stream: