作者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