Created
December 15, 2011 12:28
-
-
Save meeDamian/1480936 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
$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