Campustream 1.0
A social network MQP for WPI
|
Public Member Functions | |
new_action () | |
create () | |
destroy () | |
Data Fields | |
$enable_session = true |
Handles Campustream's connection with Twitter. This is where the Twitter information is saved when the account is connected for the first time.
Definition at line 8 of file twitter.php.
create | ( | ) |
Finishes the process of connecting the Twitter and Campustream accounts. This saves the user's info into the usertwitter MySQL table.
Definition at line 44 of file twitter.php.
destroy | ( | ) |
Deletes a user's Twitter info from Campustream effectively deauthorizing the connection.
Definition at line 116 of file twitter.php.
new_action | ( | ) |
Begins the process of connecting a new Twitter account to a Campustream account.
Definition at line 15 of file twitter.php.
$enable_session = true |
Reimplemented from Controller.
Definition at line 9 of file twitter.php.