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.