ChimeraCoder / anaconda

A Go client library for the Twitter 1.1 API
MIT License
1.14k stars 247 forks source link

accounts/verify_credentials needs to use baseURLv1 instead of baseURL (1.1) #142

Closed amit-lulla closed 8 years ago

amit-lulla commented 8 years ago

accounts/verify_credentials doesnt work with 1.1, it needs to have v1 base url.

account.go https://github.com/ChimeraCoder/anaconda/blob/master/account.go

Kindly fix this.

Thanks