How to install oAuth if I cannot access the server?

I am trying to create a webapp that can read user Dropbox files. If this helps answer the question, I request a username and password. I searched and I found in Google Code a library using OAuth to access all data in Dropbox from a user.

My problem is that I do not have OAuth installed on the server. I need to install it, but I do not have physical access to the server or php.ini file, so I cannot either.

My question is, can I install it or at least simulate it by uploading some files (which I can use as a class) to my directory, or if there is some other way, rather than calling the host and tell them to install it if possible.

If there is a way to access the php.ini file and modify it to add the OAuth extension, or if it can be done via .htaccess (as a last resort), this will help too.

Thank.

Edit: The error I am getting is: Throw a Dropbox_Exception exception with the message “OAuth class could not be found! Have you installed and enabled the oauth extension? '

+5
source share
2 answers

You do not need to use the OAuth extension, you can do this simply by linking any library that implements OAuth.

The OAuth site has several options listed on their site. Not only for PHP, but also for different languages.


dropbox library, , :

OAuth. :

, php .

php, HTTP OAUTH.

"HTTP" , , .

+5

OAuth - . ( ) Bittorrent, (Dropbox ) ( ) OAuth.

, OAuth, @pablasso.

( P2P -)


OAuth-php OAuth. , . () $_SESSION.

http://code.google.com/p/oauth-php/

, 100 . .

CURL HTTP- DropBox.


.

http://oauth.net/core/1.0a/

+2

All Articles