source: extensions/oAuth/include/test/examples/social_hub/includes/debugger.php @ 20293

Last change on this file since 20293 was 20293, checked in by mistic100, 11 years ago

first commit of oAuth plugin, still in developpement

File size: 283 bytes
Line 
1<fieldset>
2        <legend>Well ignore this, just some debuggin and staff</legend>
3        <b><?php echo $adapter->id; ?> session access tokens</b>
4        <pre><?php print_r( $adapter->getAccessToken() ); ?></pre>
5       
6        <b>Session debug</b>
7        <pre><?php print_r( $_SESSION ); ?></pre>
8</fieldset>
Note: See TracBrowser for help on using the repository browser.