Not Reviewed
Show More
Add another comment
| @@ -98,7 +98,6 adminmenu(); | |||
|
|
98 | 98 | <th scope="col" style="text-align: center;">ID #</th> |
|
|
99 | 99 | <th scope="col">Twitter.com Username</th> |
|
|
100 | 100 | <th scope="col">oauth_token</th> |
|
|
101 | <th scope="col">oauth_token_secret</th> | |
|
|
102 | 101 | <th scope="col">Authorized</th> |
|
|
103 | 102 | <th scope="col"></th> |
|
|
104 | 103 | </tr> |
| @@ -115,7 +114,6 adminmenu(); | |||
|
|
115 | 114 | <th scope="row" style="text-align: center;"><?php echo $s->id; ?></th> |
|
|
116 | 115 | <td><?php echo htmlentities($s->username); ?></td> |
|
|
117 | 116 | <td><?php echo htmlentities($s->oauth_token); ?></td> |
|
|
118 | <td><?php echo htmlentities($s->oauth_token_secret); ?></td> | |
|
|
119 | 117 | <td><?php |
|
|
120 | 118 | $connection = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET, $s->oauth_token, $s->oauth_token_secret); |
|
|
121 | 119 | $content = $connection->get('account/verify_credentials'); |
Comments 0
You need to be logged in to leave comments.
Login now
