Query server parse returning empty

0

I've taken a project from a ListrView site Android Hive

On this site it does a query on the parse server and returns the list. I did the same thing on my server using my parse. It does the query but does not show the data on the screen. I tried to access via browser and it shows the following message:

  

{"error": "unauthorized"}

I know this has to do with authentication. But I got the same site code and there is no rest api key. I can not understand how his will and mine do not. If I change the link and put it it works normally.

In the sample code, to do the search it only uses this:

// Movies json url
private static final String url = "http://api.androidhive.info/json/movies.json";
    
asked by anonymous 23.11.2016 / 11:16

0 answers