Is there a Disqus API to use with iOS? We are committed to developing an application for a site that uses disqus as a comment service, and we are trying to use it with a mobile application.
I saw Rade | Eccles way (http://appworks.radeeccles.com/programming/disqus-api- objective-c /), but we are still looking for alternative methods.
Implementing the universal disqus code (javascript) manually and loading it into webviews does not seem to work. Disqus can check if the URL is valid or not, and the frame continues to load, but never appears.
One way is to download a webview requesting a real site and show only the disqus comment field. Is there any way to achieve this in cocoa touch? Of course, with javascript it is possible, but can you determine with cocoa which frames are visible in uiwebview?
Any other suggestions?
Well, these questions were more about recommendations on how to do this, not about coding. I hope this is not against.
Thanks in advance,
source
share