Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. request['message'] = "Ich habe gerade "+punkte+" Punkte in Color Stones erzeilt. Schaffst Du das auch?";
  2. FB.api('/me/feed', 'post', { message: request['message'] }, function(response) {
  3. if (!response || response.error) {
  4. alert('Could not Publish Data');
  5. }
  6. else {
  7. alert("Message successfully posted to your wall");
  8. }
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement