问题
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