Skip to content

Instantly share code, notes, and snippets.

@meeDamian
Created December 15, 2011 12:28
Show Gist options
  • Save meeDamian/1480936 to your computer and use it in GitHub Desktop.
Save meeDamian/1480936 to your computer and use it in GitHub Desktop.
<?
$msg = array(
'message'=> 'Oto moje życzenia dla Ciebie',
'name' => '[Ktoś] wysyła Ci kartkę świąteczną!',
'caption' => "Szybki opis linka!",
'link' => 'https://facebook.webtop.pl/zjednoczenie/wysylaczka/',
'description' => 'Super fajny i ciekawy opis kartki',
'picture'=> 'http://facebook.webtop.pl/zjednoczenie/wysylaczka/uploads/pics/card_'.$_POST['token'].'.jpg',
'actions' => array(
array(
'name' => 'Stwórz kartkę',
'link' => 'https://facebook.webtop.pl/zjednoczenie/wysylaczka/'
)
)
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment