我正在尝试为 android 连接 twitter。所以我已经从github下载了源代码。但我收到一条消息,即
<error>Desktop applications only support the oauth_callback value 'oob'</error>
但我已经定义了它。'公共静态最终字符串 REST_CALLBACK_URL = "hywtest://hywtwitter";'
我将 callback_url 更改为 'oob',我可以接近 twitter,但是当更改页面时,显示 pin 号,并且没有任何反应。
当然,我也改变了清单。
<data
android:host="hywtwitter"
android:scheme="hywtest" />
请帮我!