Android SDK friend request returns “Sorry, something went wrong”
I'm using the Facebook SDK for Android and when I send a friend request using the below code, I get the following error: "Sorry, something went wrong. We're working on getting this fixed as soon as we can." Is this a problem on my side or on Facebook's? This code was working perfectly fine a few days ago. It opens up a popup with the friend request as usual. But when I click accept, it shows me the error page. Please help me. private void sendRequestDialog(String friendID) { Bundle params = new Bundle(); params.putString("id", friendID); WebDialog friendDialog = ( new WebDialog.Builder(context