如何在我的Andr​​oid应用程序整合DISQUS?我的、应用程序、如何在、Andr

2023-09-05 04:50:20 作者:带著魂魄散步

我开发了一个网站,一个Android应用程序。该网站DISQUS支持征求意见的服务。我想支持同样在我的应用程序。我的API从DISQUS文档,但我仍然很不清楚如何他们在我的应用程序集成。请帮助我了解的实施。有没有人综合DISQUS评论服务到他们的Andr​​oid应用程序?

I am developing an android app for a web-site. The web-site supports Disqus for commenting service. I want to support the same in my application. I got APIs from Disqus docs but still I am not clear how to integrate them in my application. Please help me understand the implementation. Is anyone integrated Disqus comment service into their Android App?

推荐答案

我遇到了同样的问题,有我的网站DISQUS线连起来我的Andr​​oid应用程序。我写了一个小演练,如果你有兴趣,我会链接到我下面的演练。基本上在你的Andr​​oid应用程序,你需要使用的WebView,并使用单独的PHP文件,可以把你的DISQUS标识符。

I ran into the same problem with having my web site disqus threads linked up with my android app. I wrote a little walkthrough if you are interested I will link to my walkthrough below. Basically in your android app you want to use a WebView and use a separate php file that can take your disqus identifier.

http://globeotter.com/blog/disqus-android-$c$c/