Send friend wall facebook to iphone?

Hi, I'm trying to post a friend on my wall using my 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 is a bad request. Please suggest me how to get rid of this bad request.

Note. This method works for the first 10-15 times, after which its launch gives this error. Now he constantly gives this error.

+4
source share
1 answer

I think your identifier is blocked by FB. So, have you tried with a different ID?

+1
source

All Articles