Facebook app request in java not working
- by Arpit Solanki
I am trying to send a facebook app request to a user through the code below.But it gives an IO Exception and HTTP status code 400 in running.I dont see a any app request being sent to a user on running this.
StringBuffer buffer = new StringBuffer();
buffer.append("access_token").append('=').append(this.app_access_token);…