Created By
Daniel Volk
07/02/2012 3:10am

Subscribers (4)

BugsOAuthException #100 when trying to create application-initated requests targeting multiple users

  • Status: Fixed
  • Priority: High
  • Updated: August 1, 2012 at 10:23am
Latest response from Facebook
Lei Lei
This should now be resolved. Thanks for your patience.
Status changed to Fixed
Lei Lei
We have a fix for this issue and it will be pushed soon. Stay tuned.
Status changed to Fix Ready
Lei Lei
Thanks for the report. We are looking into this.
Lei Lei
Thanks for the report. We are looking into this.
Status changed to Assigned · Priority changed to High
We use HTTP POST calls to create application-initated requests targeting multiple users.

We do this as described in https://developers.facebook.com/docs/appsonfacebook/tutorial/#channels in subtopic 'requests' by using calls formed corresponding to 'POST https://graph.facebook.com/apprequests?ids=user_id1%2Cuser_id2&message=Hello&access_token=APP ACCESS TOKEN'.

These calls worked in our development, integration and production systems for several months. But since about two weeks (we don't use this mechanism that often) we receive HTTP 400 responses on those calls.

The exact error response is the following: {"error":{"message":"(#100) Specifying multiple ids with a post method is not supported","type":"OAuthException","code":100}}
3 people can reproduce this issue by following these steps
Repro