how do i install PHP with JSON and OAuth on Mac Snow Leopard?
i want to use the dropbox api via this library
开发者_高级运维http://code.google.com/p/dropbox-php/
Well for starters install MAMP (see google) is probably the easiest way for the server w. PHP, then run pecl install oauth
in the Terminal and then you should be good to just download that library & use it.
精彩评论