Suggestions on adding a comments section(not feedback) to my iPhone app?

江枫思渺然 提交于 2019-12-11 05:27:52

问题


My app is about sharing content and i want to give users the ability to share their comments about the content in the app... not a review or feedback to me but for sharing with other users.

I'm not sure on the exact word for it but I mean something like a talkback or a wallpost or a response like there is an option leave a comment here in stack overflow.

Anyway my question is if anyone knows of a way to do that? I thought about using the Facebook graph api but never seen something like this before.

Thanks

UPDATE found a great blog about disqus platform that shows how to add a comment section to an app using the disqus platform thanks to superjessi for the idea..


回答1:


You may want to look into the Disqus API. They're widely used for a commenting system and don't require users to make a new account, Disqus accounts work anywhere Disqus is used. I have seen other apps use it, and it seems to work beautifully.




回答2:


What prevents you from storing those comments in your own database? Then you just have to design a standard UIView to enter the comments and show the comments in a WebView or an UIView.



来源:https://stackoverflow.com/questions/7214858/suggestions-on-adding-a-comments-sectionnot-feedback-to-my-iphone-app

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