Re: [問題] facebook iOS sdk
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
討論串 (同標題文章)
完整討論串 (本文為第 1 之 4 篇):
MacDev 近期熱門文章
PTT數位生活區 即時熱門文章