Evernote / evernote-sdk-android

Evernote SDK for Android
428 stars 168 forks source link

Evernote Authentication Callback Problem #8

Closed akshaydhavle closed 12 years ago

akshaydhavle commented 12 years ago

When I click "authorize" after logging into evernote, it opens a new browser windows with a URL that starts with:

en-[consumer_key]://callback?oauth...

The auth never completes and it doesn't return to the application.

This was happening on my application so I installed the sample application and the behavior is the same.

esmasui commented 12 years ago

Hi, You should put your consumer-key into the intent-filter's data scheme that appears "en-your key" by default in activity element of EvernoteOAuthActivity in AndroidManifest.xml in the sample application.

akshaydhavle commented 12 years ago

Thanks. My mistake. I overlooked that instruction.