How to use Facebook access token in android app webview

后端 未结 3 2051
野趣味
野趣味 2021-02-07 00:10

In my application, the user opens a WebView to the mobile versions of facebook profile page (http://m.facebook.com/some_page). My problem is that when opening the <

3条回答
  •  我在风中等你
    2021-02-07 00:38

    You can store that AccessToken separately in Properties and check if you use webview then pass that accessToken and when user use Ti.Facebook then use another AccessToken.

提交回复
热议问题