2011-10-20 28 views

回答

0
+0

不,這不是我所需要的......我正在使用FBCONNECT,正如我所說,它是不同的 –

0

我假設你已經成功驗證了Facebook,並且您擁有一個有效的臉書對象

NSString *message = [yourTextField text]; 
NSMutableDictionary* params = [NSMutableDictionary dictionaryWithObjectsAndKeys:message, @"message",nil];       
    [facebook requestWithGraphPath:@"me/feed" andParams:params andHttpMethod:@"POST" andDelegate:self]; 
相關問題