views:

11

answers:

1

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?

A: 

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)

Kranu
I'm trying to make mixi App. (mixi is Japanese SNS) But documents by mixi, Inc. are too simple.
Kimitaka Watanabe