function oauth_page()
 {
     require_once dirname(__FILE__) . '/class-pnfw-admin-oauth.php';
     PNFW_Admin_OAuth::output();
 }