I am new to developing a Salesforce app and I am using OAuth 1 for authentication. I am able to generate the Request Token, and I re-direct the user to the salesforce site. Once I enter my credentials, I get a
Remote Access Authorization Error
There was a problem in setting up your remote access
with
oauth_error_code=1800
In my Login History page, it shows Status as Success for Application type OAuth.
I don't get any entry in my Debug Logs page.
I have enabled Development Mode.
Any ideas whats wrong?