Hi all,
I’m using codebird in JavaScript as a library to deal with Twitter APIs calls.
My code is was working and I didn’t introduce any change to my code. But now, when I try to get already authenticated & authorised user detail via GET account/verify_credentials, I’m getting this as a response: {“httpstatus”:500}
Is there anything wrong with Twitter APIs?