您好我正试图通过使用像这样的朋友ID在我的朋友墙上发布
[facebook requestWithGraphPath:@"1581445658/feed"
andParams:[NSMutableDictionary dictionaryWithObject:@"hello very good morning" forKey:@"message"]
andHttpMethod:@"POST"
andDelegate:self];
但收到错误400错误请求。请建议我如何摆脱这个糟糕的要求。
注意:此方法在开始发出此错误后的前10-15次工作。现在它不断给出这个错误。
答案 0 :(得分:1)
我认为您的ID被FB阻止了。所以你试过其他ID吗?