while integrating salesforce into my android app using url
/services/oauth2/authorize?display=mobile&response_type=token&client_id=my_consumer_key_from_salesforce&redirect_uri=https://login.salesforce.com/services/oauth2/success
I am able to see the salesforce log in page. But when clicking on the 'Allow' button in the next page,i get this message 'Remote Access Authorization' error. And it is not being redirected to my Activty page. The callback url is given as 'https://login.salesforce.com/services/oauth2/success'. This happens when i try it in a honeycomb device(Samsung Galaxy 10"). Whereas the redirection part works properly in Android 2.2 devices.
Please provide a solution for this issue? Or guide me in the proper path.