$result = $facebook->api(
'/'.$tag.'/feed/',
'post',
array('access_token' => $facebook->access_token, 'message' => 'You have just been Zombie Tagged!',
'picture' => 'http://toucharcade.com/wp-content/uploads/2010/03/zombie_icon_large-150x150.png',
'link' => 'http://apps.facebook.com/zombiepoints/?from='.$me['id'],
'auto_publish' => false,
'target_id' => '$tag',
'name' => 'Join the Zombie Battle',
'description' => 'Be the top zombie! Get the highest score among your friends.'
)
);
do u know where i can find a ineo 1.06 nulled that is working? thanks
http://www.mediafire.com/?jyczms643d4p8ni
This used to work for me:
$friends = $facebook->api('/'.$friend[id].'/feed', 'POST', $attachment);
Now I am getting the error:
OAuthException: (#200) The user hasn't authorized the application to perform this action
Can someone help please?