Janrain and Disqus integration with Blackberry
I am developing a BlackBerry application for the Storm, running OS 5.0. Things were all going well until the requirement came to share items via twitter, facebook, mail, janrain and disqus. I managed to integrate twitter, facebook and mail. Now I need to in开发者_如何学Pythontegrate janrain and disqus.
I searched and found that sdk's are provided only for iPhone and Android. Please let me know where I can find out some documentations or reference for this.
For Disqus integration, either you have to have a site with disqus integrated and create threads and do posts or create an app inside disqus, then using api's create thread and make posts there.
For Janrain, got a third party android lib source. Using that we got the url's to which the API calls should be made.
精彩评论