NSMutableDictionary* params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
friend, @"to",
@"100xxxx",@"from",
@"I'm also using thex xx for iOS app", @"message",
nil];
AppDelegate *delegate = (AppDelegate *)[[UIApplication sharedApplication] delegate];
[[delegate m_Facebook] requestWithGraphPath:@"/xxx6842/feed" // or use page ID instead of 'me'
andParams:params
andHttpMethod:@"POST"
andDelegate:self];
我想了很多,但得到了錯誤信息!在facebook上發佈朋友個人資料而不打開對話框?
雖然我使用hackbook API!
感謝每一個!
你得到的錯誤是什麼? – Moxy