Voglio postare qualcosa nel muro degli amici degli utenti.Come postare su un muro di amici usando Facebook Graph API per iPhone
Io lo uso per postare nella parete utente
SBJSON *jsonWriter = [[SBJSON new] autorelease];
NSDictionary* actionLinks = [NSArray arrayWithObjects:[NSDictionary dictionaryWithObjectsAndKeys:
@"Always Running",@"text",@"http://itsti.me/",@"href", nil], nil];
NSString *actionLinksStr = [jsonWriter stringWithObject:actionLinks];
NSDictionary* attachment = [NSDictionary dictionaryWithObjectsAndKeys:
@"a long run", @"name",
@"The Facebook Running app", @"caption",
@"it is fun", @"description",
@"http://itsti.me/", @"href", nil];
NSString *attachmentStr = [jsonWriter stringWithObject:attachment];
NSMutableDictionary* params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
@"Share on Facebook", @"user_message_prompt",
actionLinksStr, @"action_links",
attachmentStr, @"attachment",nil];
[facebook dialog:@"feed"
andParams:params
andDelegate:self];
ma ho bisogno di inserire nel mio muro amici. come posso fare questo
In questo post hanno menzionato su targetId devo fare qualcosa con quello.
Ancora nessuna risposta :(qualcuno ans mia domanda .. – iPrabu
23 giorni andati e nessuna risposta ... – iPrabu