using fconnect user have authenticated and i have saved their userid to my database.
When i try to publish to their wall is redirecting to Facebook login page . If user haven’t logged in.
$status = $facebook->api('/MY_USER_ID/feed', 'POST',
array('message' => 'This post came from my app.'));
Help me but some web app are posting status to my wall without even i havn’t logged into facebook.
Please help me to fix it:)
below code helps you to get permissions from user and access the user’s information: