Im using facebook add friend dialog(http://developers.facebook.com/docs/reference/dialogs/friends/) to add friend from my app. It works just fine from desktop but when i try to use it from my mobile app i get error 500 response from the server.
Desktop friends Dialog(works)
https://www.facebook.com/dialog/friends?app_id=appId&id=userId&redirect_uri=https://www.facebook.com/connect/login_success.html
Mobile friends dialog ( error 500 )
https://m.facebook.com/dialog/friends?app_id=appId&id=userId&redirect_uri=https://www.facebook.com/connect/login_success.html
As you can se the only difference is in the m prefix. Is there some other way to send a friend request from mobile ?