When a player completes a mission, I will automatically post on his feed something like this:
$url = "https://graph.facebook.com/42343242343/feed";
'name' => "Title3",
'link' => "www.google.com",
'description' => 'description here',
Technically, it's all working now, but the rules/policy of Facebook is not really clear to me. Do I have to ask the player permission every time? (not the technical permission, because they already give it the first time they login)
I just want to post there automatically when a player does some action. It's a game that is not ON Facebook, but using Facebook login.