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.
source share