My favorites | Sign in
Project Logo
                
Search
for
Updated Jun 23, 2008 by padraic.brady
Labels: Featured, Phase-Deploy
OauthAlphaInstallation  
Installation of OAuth Alpha releases

Installation

OAuth 0.0.1 is an alpha release marking a release for public comment and feedback, but which is missing features, documentation and should not be used in a production application.

Installation can be performed a number of ways, but the preferred option at this time is via PEAR. To install, download the release and save to a location. From the command line navigate to that location and issue the command:

pear install -f OAuth-0.0.1.tgz

If you have a current PEAR install, this will install the library and download its dependencies from PEAR (Crypt_HMAC2, HTTP_Request, Net_URL). If you do not have PEAR available you can alternatively download the dependencies from the PEAR website and decompress to the same location as OAuth. Add this path location to your PHP include_path so that PHP files can locate these packages.

To verify the installation, there is an example (see /docs/examples) using the Ma.gnolia web service API. The example requires you register an application (be imaginative ;)) to obtain the necessary Consumer Key and Key Secret for accessing the Ma.gnolia API. You can register applications at: http://ma.gnolia.com/applications/new

NOTE This is an alpha release, and represents something to be tested and commented on by the public. A beta release will be made available with a fuller feature set in the near future.


Sign in to add a comment
Hosted by Google Code