iphone - Posting message on my wall facebook ios sdk? -


hello trying post message on wall while targeting friend. post on our wall @friendsname.i using code below

 nsmutabledictionary* params1 = [nsmutabledictionary dictionarywithobjectsandkeys:                                     @"post", @"type",                                     urlqrcode, @"picture",                                     [globals linktoapp], @"link",                                     @"xsxsx", @"name",                                     @"sxsxsxsxsx", @"caption",                                     @"sxsxssx", @"description",                                     messsdsage, @"message",                                     @"friendfbuid", @"to",                                     nil];        [appdelegate.facebook requestwithgraphpath:@"me/feed"                                      andparams:params1                                  andhttpmethod:@"post"                                    anddelegate:self]; 

+(shkitem *)image:(uiimage *)image title:(nsstring *)title;   uiimage *image = [uiimage imagenamed:@"sanfran.jpg"]; shkitem *item = [shkitem image:image title:@"look @ picture!"]; 

read doc , download shared kit click hare..http://getsharekit.com/docs/


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -