作者amos6064 (amos)
看板MacDev
標題Re: [問題] facebook iOS sdk
時間Mon Jan 23 10:14:38 2012
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