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

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -