OK, I've got it working fine now.
I've almost done building a php API wrapper, I'll post a message when
it's released.
On May 15, 6:18 pm, Vladimir Oane <
vladimir.o...@gmail.com> wrote:
> We are looking into it. I suppose you first added the resource you are
> trying to track right?
>
> Best,
>
> Vladimir OANE
> CoFounder
> ....................................................
> uberVU Ltd
> +44 753 21 50 976 (UK)
> +40 741 24 24 02 (RO)http://www.vladimiroane.comhttp://
www.linkedin.com/in/vladimiroanewww.uberVU.com
> ....................................................
>
> On Fri, May 15, 2009 at 5:00 PM, DaveK <
kinsella.d...@googlemail.com> wrote:
>
> > I'm getting the response: <error code="1003" message="Resource not
> > found" />
>
> > for every request, is there a problem with the api at the moment?
>
> > On May 8, 2:51 pm, Dan <
dan.ci...@gmail.com> wrote:
> > > I've noticed several issues regarding the API requests:
>
> > > 1) Please make sure you are using the apikey parameter and not api_key
> > > or any other format:
>
> > >
http://api.ubervu.com/1.0/resources/?api_key=123456iswrong
>
> > >
http://api.ubervu.com/1.0/resources/?apikey=123456isthe right way
>
> > > 2) Please use the endpoints exactly as they are presented in the API.
> > > Some of the problems are caused by not including the trailing slash at
> > > the end of the endpoint:
>
> > >
http://api.ubervu.com/1.0/resourcesiswrong
>
> > >
http://api.ubervu.com/1.0/resources/isthe right way