看板 MacDev 關於我們 聯絡資訊
post到臉書作法參考一下: NSMutableDictionary* params = [NSMutableDictionary dictionaryWithObjectsAndKeys: kAppId, @"app_id", @"http://developers.facebook.com/docs/reference/dialogs/", @"link", @"http://fbrell.com/f8.jpg", @"picture", @"Facebook Dialogs", @"name", @"Reference Documentation", @"caption", @"Using Dialogs to interact with users.", @"description", @"Facebook Dialogs are so easy!", @"message", nil]; [_facebook dialog:@"feed" andParams:params andDelegate:self]; -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 219.87.229.39