Guest User

Untitled

a guest
Oct 18th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. -(void) like:(NSString*)user_fb_token
  2. {
  3.  
  4. // business logic
  5.  
  6. [[TMAPI sharedClient] submitLikeForProductIdString:tastemaker_id
  7. andFacebookUserString:user_fb_token
  8. withDelegate:self];
  9. }
Add Comment
Please, Sign In to add comment