Facebook like button on Apache Cordova/Phonegap app

半世苍凉 提交于 2019-12-04 15:40:18
Joshua Barnett

I think you need to listen to when they've finished logging in and redirect back to you're application some like this.

Only with window.location set to something like file:///android_asset/www/index.html or whatever page you want to return the user to.

<fb:login-button onlogin="document.location.href='file:///android_asset/www/index.html';"> </fb:login-button>

Something like this but for the like button ?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!