Hi,
I'm developing application for Android and one part of this app is Twitter integration.
I'm using out of band method and I can get the PIN. In app I created a dialog to take this PIN from user and then I'll send it to server for completion of process.
I'm sending this URL followed by PIN number: "https://api.twitter.com/oauth/access_token?oauth_verifier=" + pin)"
However after loading this page, there is nothing. blank page without any text or other things. Do I send it correctly?
Thank you

Replies
When you make the request to oauth/access_token, is it a fully-signed request like the other OAuth requests you've made?