Can't get List of followers in Twitter using Fabric
I am using Fabric sdk for Twitter . In this I am able to make login request as it's described in its document. Now I wan't to get list of follower of logged in user and show in RecycleView with follower name and profile image. I have tried various solutions like: private void getFollowersdReq(long userID) { showProgressDialog(); JsonObjectRequest getRegisterReq = new JsonObjectRequest(Request.Method.GET, "https://api.twitter.com/1.1/followers/list.json?cursor=-1&&skip_status=true&include_user_entities=false&user_id=" + userID, null, new Response.Listener<JSONObject>() { @Override public void