Hi
What I want to achieve is retrieve the current logged in user’s screen name.
After authorising the app to access user info I make an api call to ‘http://api.twitter.com/1/account/verify_credentials.json’
First of all is this the right thing to do or should I be using something else?
Secondly, this works fine if I am not logged in to twitter in another window.
If I am logged in to twitter (which automatically happens when I authorise the app) I get a response:
403 Forbidden: The server understood the request, but is refusing to fulfill it.
Any help would be appreciated.
Cheers
R