How to integrate Disqus in my Android App?

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-code/


Thanks ndgreen. Seeing your idea I created a something different without a PHP file necesity: https://gist.github.com/bichotll/5563926

This script just create the html from a simple function and load th.