简体   繁体   中英

Post to friend wall in facebook in iphone?

Hi I am trying to post on my friend wall by using its friend id like this

[facebook requestWithGraphPath:@"1581445658/feed"
                          andParams:[NSMutableDictionary dictionaryWithObject:@"hello very good morning" forKey:@"message"]
                      andHttpMethod:@"POST"
                        andDelegate:self];

but getting error 400 bad request. Please suggest me how to to get the rid of this bad request.

Note: This method work for first 10-15 time after that its start giving this error. Now it is continuously giving this error.

I think your ID is blocked by FB. So you have tried with other ID ?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM