Hello,
I had my code working perfectly fine till yesterday.
But today it throws
Server returned HTTP response code: 400 for URL: https://api.twitter.com/1.1/users/show.json?screen_name= JjamGopal&include_entities=1&include_rts=1
My code just tries to fetch the user details by giving the screenname as seed to showUser function(JAVA). I verified my credentials and they are perfectly correct.
Any help would be appreciated.
My Bad! Found it. It was a space character that was causing it.