Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am trying to send an app request using the following Graph API request https://graph.facebook.com/me/apprequests But it returns an HTTP status code 400 for the above URL.Why?

share|improve this question
What is the body of the 400 error? Are you sure you're using a user access token and not an app access token? – Igy Oct 6 '12 at 4:44
I will need a app access token to send a app request,won't i? – Arpit Solanki Oct 6 '12 at 11:03
but 'me' refers to the current user - you need a user access token to use that placeholder – Igy Oct 6 '12 at 15:31

closed as too localized by BoltClock Oct 6 '12 at 10:28

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

When i replace me by user profile id in the above request.the request works fine

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.