4
我有問題,Twitter的回調MYAPP如何從Twitter獲取回調鳴叫後,瀏覽器
當我分享image
和text
到twitter(Twitter application not installed)
那個時候它重定向到瀏覽器分享image
或text
。
分享是完美的,但問題是它沒有發送任何回調事件到我的應用程序,並沒有自動關閉瀏覽器。
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="pdk1234567890" />
<data
android:host="SampleActivity"
android:scheme="x-oauthflow-twitter" />
</intent-filter>
請幫助...
這裏有同樣的問題。找到解決方案?如果是的話,請幫助我。 – Nivedh
現在我無法解決這個問題 – Saif