Guest User

Untitled

a guest
Nov 21st, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. - (void)postToWall {
  2.  
  3. FBStreamDialog* dialog = [[[FBStreamDialog alloc] init] autorelease];
  4. dialog.userMessagePrompt = @"Enter your message:";
  5. dialog.attachment = [NSString stringWithFormat:@"{"name":"%@ got straight A's!","href":"http://www.example.com/","caption":"%@ must have gotten real lucky this time!","description":"","media":[{"type":"image","src":"http://www.abc.png","href":"http://www.example.com/"}]}",
  6. _facebookName, _facebookName];
  7. dialog.actionLinks = @"[{"text":"Download GetHalal!","href":"http://www.example.com/"}]";
  8. [dialog show];
  9.  
  10. }
Add Comment
Please, Sign In to add comment