i 在使用该密码时有问题,以便在我的职位上使用Facebook AP:
NSDictionary* actionLinks = [NSArray arrayWithObjects:[NSDictionary dictionaryWithObjectsAndKeys:
@"FSM",@"text",@"www.me.com",@"href", nil], nil];
NSString *actionLinksStr = [jsonWriter stringWithObject:actionLinks];
NSDictionary* attachment = [NSDictionary dictionaryWithObjectsAndKeys:
@"I m going to:", @"name",
@"IMG URL", @"picture",
self.reservation.evento.name, @"caption",
self.reservation.evento.date, @"description",
@"www.me.com", @"href",
nil];
NSString *attachmentStr = [jsonWriter stringWithObject:attachment];
NSMutableDictionary* params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
kAppId, @"api_key",
@"Compartir en FB", @"user_message_prompt",
actionLinksStr, @"action_links",
attachmentStr, @"attachment",
nil];
[_facebook dialog: @"stream.publish" andParams: params andDelegate:self];
除该职位上显示的光灯塔外,所有产品都进行罚款。
任何想法?
增 编