Campustream 1.0
A social network MQP for WPI
OAuthToken Class Reference

Public Member Functions

 __construct ($key, $secret)
 to_string ()
 __toString ()

Data Fields

 $key
 $secret

Detailed Description

Definition at line 25 of file OAuth.php.


Constructor & Destructor Documentation

__construct ( key,
secret 
)

key = the token secret = the token secret

Definition at line 34 of file OAuth.php.


Member Function Documentation

__toString ( )

Definition at line 50 of file OAuth.php.

to_string ( )

generates the basic string serialization of a token that a server would respond to request_token and access_token calls with

Definition at line 43 of file OAuth.php.


Field Documentation

$key

Definition at line 27 of file OAuth.php.

$secret

Definition at line 28 of file OAuth.php.


The documentation for this class was generated from the following file: