After the user's authorization, i'm redirected back to my application with authorization code, but when i asked for access grant in exchange of authorization code i'm getting connection timeout error. Facebook is not responding
AccessGrant accessGrant =auth2Operations.exchangeForAccess(code, "my redirect url", null);
please help me. Thanks in advance.