I am trying to install the revver api on one of my sites... but can't figure out the first thing about installing an api through php. Any resources or hints you can point out would be awesome. Thanks guys.
if your not familiar with apis at all might be worth starting with a simple one. Goto domaintools.com and get a developer account, you can use their apis to check domain registration... they have a full source code example you can use that uses and api calls... this may not be an exact answer your looking for but its a start....
Most API's come with some kind of documentation and example code bases. It's next to impossible to work without both of these, so dig around to see if you can find yours. The examples will show you what to send, what'll be received, and what to parse. Jay
Yea the documentation is quite lacking in my opinion but here is what they give. They give this as sample code and then a folder with all of the different php files. So would I just ftp all of the given php files into a new folder on my server and then call up this script somehow.