私はこのコードを使用して、コードにページIDが含まれているFacebookページにテキストを投稿しています。成功メッセージが表示されますが、ページに移動しても何も表示されません。plsは助けます...
前もって感謝します
-(void)facebookPost;
{NSMutableDictionary * variables = [NSMutableDictionary dictionaryWithCapacity:2]; FbGraphFile *graph_file = [[FbGraphFile alloc] init]; // initWithImage:[UIImage imageNamed:@ "gg"]]; //最後に、FbGraphFileobjectを変数ディクショナリに設定します... [variables setObject:graph_file forKey:@ "file"];
[variables setObject:@"hihihi" forKey:@"message"];
FbGraphResponse *fb_graph_response = [fbGraph doGraphPost:[NSString stringWithFormat:@"%@/167884363345570/feed",FACEBOOK_APP_KEY] withPostVars:variables];
FbGraphResponse * fb_graph_response = [fbGraph doGraphPost:[NSString stringWithFormat:@ "%@ / 167884363345570 / feed"、FACEBOOK_APP_KEY] withPostVars:variables];
}