I'm trying to verify an OAuth signature in PHP with PECL OAuthProvider. But almost its functions is not documented. ex) http://www.php.net/manual/en/oauthprovider.setparam.php

What should I do? Is there unofficial document or sample code for PECL OAuthProvider?

link|improve this question
feedback

1 Answer

The OAuth for everything is similar, but not the same. You should look up the OAuth instructions from wherever you are getting the tokens and what not from (i.e. if you're checking Gmail through your app, you should check the Google OAuth)

link|improve this answer
I'm trying to make mixi App. (mixi is Japanese SNS) But documents by mixi, Inc. are too simple. – Kimitaka Watanabe Oct 9 '10 at 5:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.