android twitter outh tutorial callback problem -
Trying the following tutorial
I understand callback url
My Twitter app is named "Fusel-Android" and my call back URL which I defined in the code
myapp: // wozzon-android < / P>
and entering in the XML file
& lt; Intent-filter & gt; & Lt; Action Android: name = "android.intent.action.VIEW" /> & Lt; Category android: name = "android.intent.category.DEFAULT" /> & Lt; Category android: name = "android.intent.category.BROWSABLE" /> & Lt; Data Android: scheme = "myapp" Android: host = "faisal-android" /> & Lt; / Intent-Filter & gt;
How to define callback url is the correct way?
When I run the code, I get an error "Authorization failed (server responded with 401).
I think you do not need to check the browser, if you use the callback url Then
I have read something about this: (dead link)
Comments
Post a Comment