android-rest-client-template
android-rest-client-template copied to clipboard
Template Creating an Android OAuth REST Client
Should the code still work? I added my private key and secret from Flickr API and tried to test this. I am getting this Exception. ``` D/LoginActivity: in 'AsyncTask.execute:' run:...
I have added the FALLBACK_URL = "https://codepath.github.io/android-rest-client-template/success.html" in my App setting of Twitter Developer console. I have also mentioned String REST_CALLBACK_URL_TEMPLATE = "intent://%s#Intent;action=android.intent.action.VIEW;scheme=%s;package=%s;S.browser_fallback_url=%s;end"; oauth //intent_scheme codepathtweets //intent_host in my code...