Page 1 of 1

posting comments and displaying comments

Posted: Wed Oct 10, 2012 8:22 pm
by Stuart Sydenham

Hi

Could someone point me in the right direction?

I want to allow users to post comments from an andriod app, and see comments others have posted....like a "guestbook"?

I assume I add a input area, and a button to submit a comment and a separate text box to display comments from others - is this correct?

:)


posting comments and displaying comments

Posted: Sun Oct 14, 2012 4:09 am
by Alex B

Correct, except that you would use a grid and a list to post comments from others. What you could do is use Parse as your backend to store/post comments and then display other comments in the response upon a successful post.

This tutorial should give you some help:

http://help.gotiggr.com/getting-start...


posting comments and displaying comments

Posted: Sat Mar 29, 2014 7:56 am
by Sean Doherty

Hi Alex - can you post a new link to this tutorial? I see now the link directs to the docs page, but I'm not sure where to find the actual tutorial, or if it was migrated over? Thanks!


posting comments and displaying comments

Posted: Sat Mar 29, 2014 9:12 am
by Illya Stepanov

Hi Sean - I think this one is actual: http://docs.appery.io/tutorials/build...


posting comments and displaying comments

Posted: Sat Mar 29, 2014 9:35 am
by Sean Doherty

Thank you very much!


posting comments and displaying comments

Posted: Mon Apr 14, 2014 1:51 pm
by Sean Doherty

Hi Illya,

Sorry to bother again. I'm trying to follow along with this documentation and the process is going well until I get to this part:

  1. We are now ready to provide request parameters required for authentication, open Request panel.

  2. Create two request parameters by entering the name and clicking Add button:
    X-Parse-Application-Id
    X-Parse-REST-API-Key

  3. Go back to parse.com, open the app that we created and open the Dashboard tab. From this screen, copy and then paste the values for the two request parameters we just created.

    For #7 I can't find anything that I would copy from the Parse Dashboard tab and then past back as a value in appery. Might it be that Parse has updated and this information has been migrated from the Dashboard to a different section? I see that the screenshots provided on this tutorial show an "Overview" tab on Parse that seems to no longer be available.


posting comments and displaying comments

Posted: Mon Apr 14, 2014 2:39 pm
by Maryna Brodina

Hello!

Looks like something was changed on parse.com. Now necessary parameters are accessible on address https://www.parse.com/apps/app_Name/e...
where app_Name - your app name.


posting comments and displaying comments

Posted: Tue Apr 15, 2014 1:55 pm
by Sean Doherty

Hello Maryna!

Thanks for the helpful reply, as always!