Advertisement
alm10965

WTF google.API

Jun 8th, 2012
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 40.95 KB | None | 0 0
  1. apiAuthException [ 400 ]: Error fetching OAuth2 access token, message: 'invalid_grant' FCPATH/application/third_party/google-api-php-client/src/auth/apiOAuth2.php [ 105 ] 100 $response = $request->getResponseBody(); 101 $decodedResponse = json_decode($response, true); 102 if ($decodedResponse != $response && $decodedResponse != null && $decodedResponse['error']) { 103 $response = $decodedResponse['error']; 104 } 105 throw new apiAuthException("Error fetching OAuth2 access token, message: '$response'", $request->getResponseHttpCode()); 106 } 107 } 108 109 $authUrl = $this->createAuthUrl($service['scope']); 110 header('Location: ' . $authUrl); FCPATH/application/third_party/google-api-php-client/src/apiClient.php [ 138 ] » apiOAuth2->authenticate(arguments) service Array ( [authorization_token_url] => https://www.google.com/accounts/OAuthAuthorizeToken [request_token_url] => https://www.google.com/accounts/OAuthGetRequestToken [access_token_url] => https://www.google.com/accounts/OAuthGetAccessToken [scope] => https://www.googleapis.com/auth/plus.me ) 133 } 134 135 public function authenticate() { 136 $service = $this->prepareService(); 137 $this->authenticated = true; 138 return self::$auth->authenticate($service); 139 } 140 141 /** 142 * Construct the OAuth 2.0 authorization request URI. 143 * @return string FCPATH/application/controllers/oauth.php [ 13 ] » apiClient->authenticate() 8 9 if (isset($_GET['code'])) { 10 if (strval($_SESSION['state']) !== strval($_GET['state'])) { 11 die("The session state ({$_SESSION['state']}) didn't match the state parameter ({$_GET['state']})"); 12 } 13 $this->googleplus->client->authenticate(); 14 $_SESSION['token'] = $this->googleplus->client->getAccessToken(); 15 16 $user = $this->googleplus->api->people->get('me'); 17 18 if (!$this->user->exists($user['id'])) {PHP internal call} » Oauth->callback() FCPATH/system/core/CodeIgniter.php [ 339 ] » call_user_func_array(arguments) function_name Array ( [0] => Oauth Object ( [benchmark] => CI_Benchmark Object ( [marker] => Array ( [total_execution_time_start] => 0.98053600 1339201188 [loading_time:_base_classes_start] => 0.98055100 1339201188 [loading_time:_base_classes_end] => 0.99002300 1339201188 [controller_execution_time_( oauth / callback )_start] => 0.99008200 1339201188 ) ) [hooks] => CI_Hooks Object ( [enabled] => 1 [hooks] => Array ( [pre_system] => Array ( [function] => load_exceptions [filename] => uhoh.php [filepath] => hooks ) ) [in_progress] => ) [config] => CI_Config Object ( [config] => Array ( [base_url] => http://socialstatistics.com/ [index_page] => [uri_protocol] => AUTO [url_suffix] => [language] => english [charset] => UTF-8 [enable_hooks] => 1 [subclass_prefix] => MY_ [permitted_uri_chars] => a-z 0-9~%.:_\- [allow_get_array] => 1 [enable_query_strings] => [controller_trigger] => c [function_trigger] => m [directory_trigger] => d [log_threshold] => 0 [log_path] => [log_date_format] => Y-m-d H:i:s [cache_path] => [encryption_key] => [sess_cookie_name] => ci_session [sess_expiration] => 7200 [sess_expire_on_close] => [sess_encrypt_cookie] => [sess_use_database] => [sess_table_name] => ci_sessions [sess_match_ip] => [sess_match_useragent] => 1 [sess_time_to_update] => 300 [cookie_prefix] => [cookie_domain] => [cookie_path] => / [cookie_secure] => [global_xss_filtering] => [csrf_protection] => [csrf_token_name] => csrf_test_name [csrf_cookie_name] => csrf_cookie_name [csrf_expire] => 7200 [compress_output] => [time_reference] => local [rewrite_short_tags] => [proxy_ips] => [googleplus] => Array ( [application_name] => SocialStatistics [client_id] => 689454436298.apps.googleusercontent.com [client_secret] => rkdug8XjbOsuA1jXjtfHChTD [redirect_uri] => http://socialstatistics.com/oauth/callback [api_key] => AIzaSyDMhRv1rKIXdVv4C7Q-ow_imjTvZ-1C-LI ) ) [is_loaded] => Array ( [0] => application/config/googleplus.php ) [_config_paths] => Array ( [0] => application/third_party/ [1] => application/ ) ) [exceptions] => MY_Exceptions Object ( [action] => [severity] => [message] => [filename] => [line] => [ob_level] => 1 [levels] => Array ( [1] => Error [2] => Warning [4] => Parsing Error [8] => Notice [16] => Core Error [32] => Core Warning [64] => Compile Error [128] => Compile Warning [256] => User Error [512] => User Warning [1024] => User Notice [2048] => Runtime Notice ) ) [utf8] => CI_Utf8 Object ( ) [uri] => CI_URI Object ( [keyval] => Array ( ) [uri_string] => oauth/callback [segments] => Array ( [1] => oauth [2] => callback ) [rsegments] => Array ( [1] => oauth [2] => callback ) [config] => CI_Config Object ( [config] => Array ( [base_url] => http://socialstatistics.com/ [index_page] => [uri_protocol] => AUTO [url_suffix] => [language] => english [charset] => UTF-8 [enable_hooks] => 1 [subclass_prefix] => MY_ [permitted_uri_chars] => a-z 0-9~%.:_\- [allow_get_array] => 1 [enable_query_strings] => [controller_trigger] => c [function_trigger] => m [directory_trigger] => d [log_threshold] => 0 [log_path] => [log_date_format] => Y-m-d H:i:s [cache_path] => [encryption_key] => [sess_cookie_name] => ci_session [sess_expiration] => 7200 [sess_expire_on_close] => [sess_encrypt_cookie] => [sess_use_database] => [sess_table_name] => ci_sessions [sess_match_ip] => [sess_match_useragent] => 1 [sess_time_to_update] => 300 [cookie_prefix] => [cookie_domain] => [cookie_path] => / [cookie_secure] => [global_xss_filtering] => [csrf_protection] => [csrf_token_name] => csrf_test_name [csrf_cookie_name] => csrf_cookie_name [csrf_expire] => 7200 [compress_output] => [time_reference] => local [rewrite_short_tags] => [proxy_ips] => [googleplus] => Array ( [application_name] => SocialStatistics [client_id] => 689454436298.apps.googleusercontent.com [client_secret] => rkdug8XjbOsuA1jXjtfHChTD [redirect_uri] => http://socialstatistics.com/oauth/callback [api_key] => AIzaSyDMhRv1rKIXdVv4C7Q-ow_imjTvZ-1C-LI ) ) [is_loaded] => Array ( [0] => application/config/googleplus.php ) [_config_paths] => Array ( [0] => application/third_party/ [1] => application/ ) ) ) [router] => MY_Router Object ( [error_controller] => error [error_method_404] => error_404 [config] => CI_Config Object ( [config] => Array ( [base_url] => http://socialstatistics.com/ [index_page] => [uri_protocol] => AUTO [url_suffix] => [language] => english [charset] => UTF-8 [enable_hooks] => 1 [subclass_prefix] => MY_ [permitted_uri_chars] => a-z 0-9~%.:_\- [allow_get_array] => 1 [enable_query_strings] => [controller_trigger] => c [function_trigger] => m [directory_trigger] => d [log_threshold] => 0 [log_path] => [log_date_format] => Y-m-d H:i:s [cache_path] => [encryption_key] => [sess_cookie_name] => ci_session [sess_expiration] => 7200 [sess_expire_on_close] => [sess_encrypt_cookie] => [sess_use_database] => [sess_table_name] => ci_sessions [sess_match_ip] => [sess_match_useragent] => 1 [sess_time_to_update] => 300 [cookie_prefix] => [cookie_domain] => [cookie_path] => / [cookie_secure] => [global_xss_filtering] => [csrf_protection] => [csrf_token_name] => csrf_test_name [csrf_cookie_name] => csrf_cookie_name [csrf_expire] => 7200 [compress_output] => [time_reference] => local [rewrite_short_tags] => [proxy_ips] => [googleplus] => Array ( [application_name] => SocialStatistics [client_id] => 689454436298.apps.googleusercontent.com [client_secret] => rkdug8XjbOsuA1jXjtfHChTD [redirect_uri] => http://socialstatistics.com/oauth/callback [api_key] => AIzaSyDMhRv1rKIXdVv4C7Q-ow_imjTvZ-1C-LI ) ) [is_loaded] => Array ( [0] => application/config/googleplus.php ) [_config_paths] => Array ( [0] => application/third_party/ [1] => application/ ) ) [routes] => Array ( [default_controller] => home [404_override] => ) [error_routes] => Array ( ) [class] => oauth [method] => callback [directory] => [default_controller] => home [uri] => CI_URI Object ( [keyval] => Array ( ) [uri_string] => oauth/callback [segments] => Array ( [1] => oauth [2] => callback ) [rsegments] => Array ( [1] => oauth [2] => callback ) [config] => CI_Config Object ( [config] => Array ( [base_url] => http://socialstatistics.com/ [index_page] => [uri_protocol] => AUTO [url_suffix] => [language] => english [charset] => UTF-8 [enable_hooks] => 1 [subclass_prefix] => MY_ [permitted_uri_chars] => a-z 0-9~%.:_\- [allow_get_array] => 1 [enable_query_strings] => [controller_trigger] => c [function_trigger] => m [directory_trigger] => d [log_threshold] => 0 [log_path] => [log_date_format] => Y-m-d H:i:s [cache_path] => [encryption_key] => [sess_cookie_name] => ci_session [sess_expiration] => 7200 [sess_expire_on_close] => [sess_encrypt_cookie] => [sess_use_database] => [sess_table_name] => ci_sessions [sess_match_ip] => [sess_match_useragent] => 1 [sess_time_to_update] => 300 [cookie_prefix] => [cookie_domain] => [cookie_path] => / [cookie_secure] => [global_xss_filtering] => [csrf_protection] => [csrf_token_name] => csrf_test_name [csrf_cookie_name] => csrf_cookie_name [csrf_expire] => 7200 [compress_output] => [time_reference] => local [rewrite_short_tags] => [proxy_ips] => [googleplus] => Array ( [application_name] => SocialStatistics [client_id] => 689454436298.apps.googleusercontent.com [client_secret] => rkdug8XjbOsuA1jXjtfHChTD [redirect_uri] => http://socialstatistics.com/oauth/callback [api_key] => AIzaSyDMhRv1rKIXdVv4C7Q-ow_imjTvZ-1C-LI ) ) [is_loaded] => Array ( [0] => application/config/googleplus.php ) [_config_paths] => Array ( [0] => application/third_party/ [1] => application/ ) ) ) ) [output] => CI_Output Object ( [final_output:protected] => [cache_expiration:protected] => 0 [headers:protected] => Array ( ) [mime_types:protected] => Array ( [hqx] => application/mac-binhex40 [cpt] => application/mac-compactpro [csv] => Array ( [0] => text/x-comma-separated-values [1] => text/comma-separated-values [2] => application/octet-stream [3] => application/vnd.ms-excel [4] => text/x-csv [5] => text/csv [6] => application/csv [7] => application/excel [8] => application/vnd.msexcel ) [bin] => application/macbinary [dms] => application/octet-stream [lha] => application/octet-stream [lzh] => application/octet-stream [exe] => Array ( [0] => application/octet-stream [1] => application/x-msdownload ) [class] => application/octet-stream [psd] => application/x-photoshop [so] => application/octet-stream [sea] => application/octet-stream [dll] => application/octet-stream [oda] => application/oda [pdf] => Array ( [0] => application/pdf [1] => application/x-download ) [ai] => application/postscript [eps] => application/postscript [ps] => application/postscript [smi] => application/smil [smil] => application/smil [mif] => application/vnd.mif [xls] => Array ( [0] => application/excel [1] => application/vnd.ms-excel [2] => application/msexcel ) [ppt] => Array ( [0] => application/powerpoint [1] => application/vnd.ms-powerpoint ) [wbxml] => application/wbxml [wmlc] => application/wmlc [dcr] => application/x-director [dir] => application/x-director [dxr] => application/x-director [dvi] => application/x-dvi [gtar] => application/x-gtar [gz] => application/x-gzip [php] => application/x-httpd-php [php4] => application/x-httpd-php [php3] => application/x-httpd-php [phtml] => application/x-httpd-php [phps] => application/x-httpd-php-source [js] => application/x-javascript [swf] => application/x-shockwave-flash [sit] => application/x-stuffit [tar] => application/x-tar [tgz] => Array ( [0] => application/x-tar [1] => application/x-gzip-compressed ) [xhtml] => application/xhtml+xml [xht] => application/xhtml+xml [zip] => Array ( [0] => application/x-zip [1] => application/zip [2] => application/x-zip-compressed ) [mid] => audio/midi [midi] => audio/midi [mpga] => audio/mpeg [mp2] => audio/mpeg [mp3] => Array ( [0] => audio/mpeg [1] => audio/mpg [2] => audio/mpeg3 [3] => audio/mp3 ) [aif] => audio/x-aiff [aiff] => audio/x-aiff [aifc] => audio/x-aiff [ram] => audio/x-pn-realaudio [rm] => audio/x-pn-realaudio [rpm] => audio/x-pn-realaudio-plugin [ra] => audio/x-realaudio [rv] => video/vnd.rn-realvideo [wav] => audio/x-wav [bmp] => image/bmp [gif] => image/gif [jpeg] => Array ( [0] => image/jpeg [1] => image/pjpeg ) [jpg] => Array ( [0] => image/jpeg [1] => image/pjpeg ) [jpe] => Array ( [0] => image/jpeg [1] => image/pjpeg ) [png] => Array ( [0] => image/png [1] => image/x-png ) [tiff] => image/tiff [tif] => image/tiff [css] => text/css [html] => text/html [htm] => text/html [shtml] => text/html [txt] => text/plain [text] => text/plain [log] => Array ( [0] => text/plain [1] => text/x-log ) [rtx] => text/richtext [rtf] => text/rtf [xml] => text/xml [xsl] => text/xml [mpeg] => video/mpeg [mpg] => video/mpeg [mpe] => video/mpeg [qt] => video/quicktime [mov] => video/quicktime [avi] => video/x-msvideo [movie] => video/x-sgi-movie [doc] => application/msword [docx] => application/vnd.openxmlformats-officedocument.wordprocessingml.document [xlsx] => application/vnd.openxmlformats-officedocument.spreadsheetml.sheet [word] => Array ( [0] => application/msword [1] => application/octet-stream ) [xl] => application/excel [eml] => message/rfc822 [json] => Array ( [0] => application/json [1] => text/json ) ) [enable_profiler:protected] => [_zlib_oc:protected] => [_profiler_sections:protected] => Array ( ) [parse_exec_vars:protected] => 1 ) [security] => CI_Security Object ( [_xss_hash:protected] => [_csrf_hash:protected] => 3f7b8cf37cbd3070cdf310b54d09190c [_csrf_expire:protected] => 7200 [_csrf_token_name:protected] => ci_csrf_token [_csrf_cookie_name:protected] => ci_csrf_token [_never_allowed_str:protected] => Array ( [document.cookie] => [removed] [document.write] => [removed] [.parentNode] => [removed] [.innerHTML] => [removed] [window.location] => [removed] [-moz-binding] => [removed] [] => --> [ <![CDATA[ ) [_never_allowed_regex:protected] => Array ( [javascript\s*:] => [removed] [expression\s*(\(|&\#40;)] => [removed] [vbscript\s*:] => [removed] [Redirect\s+302] => [removed] ) ) [input] => CI_Input Object ( [ip_address] => [user_agent] => [_allow_get_array] => 1 [_standardize_newlines] => 1 [_enable_xss] => [_enable_csrf] => [headers:protected] => Array ( ) [security] => CI_Security Object ( [_xss_hash:protected] => [_csrf_hash:protected] => 3f7b8cf37cbd3070cdf310b54d09190c [_csrf_expire:protected] => 7200 [_csrf_token_name:protected] => ci_csrf_token [_csrf_cookie_name:protected] => ci_csrf_token [_never_allowed_str:protected] => Array ( [document.cookie] => [removed] [document.write] => [removed] [.parentNode] => [removed] [.innerHTML] => [removed] [window.location] => [removed] [-moz-binding] => [removed] [] => --> [ <![CDATA[ ) [_never_allowed_regex:protected] => Array ( [javascript\s*:] => [removed] [expression\s*(\(|&\#40;)] => [removed] [vbscript\s*:] => [removed] [Redirect\s+302] => [removed] ) ) [uni] => CI_Utf8 Object ( ) ) [lang] => CI_Lang Object ( [language] => Array ( ) [is_loaded] => Array ( ) ) [load] => CI_Loader Object ( [_ci_ob_level] => 1 [_ci_view_path] => application/views/ [_ci_library_paths] => Array ( [0] => application/third_party/ [1] => application/ [2] => /webservers/socialstatistics.com/wwwroot/system/ ) [_ci_model_paths] => Array ( [0] => application/third_party/ [1] => application/ ) [_ci_helper_paths] => Array ( [0] => application/third_party/ [1] => application/ [2] => /webservers/socialstatistics.com/wwwroot/system/ ) [_base_classes] => Array ( [benchmark] => Benchmark [hooks] => Hooks [config] => Config [exceptions] => Exceptions [utf8] => Utf8 [uri] => URI [router] => Router [output] => Output [security] => Security [input] => Input [lang] => Lang [loader] => Loader ) [_ci_cached_vars] => Array ( ) [_ci_classes] => Array ( [sidebar_manager] => sidebar_manager [cache] => cache [googleplus] => googleplus ) [_ci_loaded_files] => Array ( [0] => application/libraries/Sidebar_manager.php [1] => /webservers/socialstatistics.com/wwwroot/system/libraries/Cache/Cache.php [2] => application/libraries/Googleplus.php ) [_ci_models] => Array ( [0] => user [1] => statistics [2] => posts [3] => url_info [4] => auth ) [_ci_helpers] => Array ( [url_helper] => 1 [date_helper] => 1 [array_helper] => 1 [cookie_helper] => 1 ) [_ci_varmap] => Array ( [unit_test] => unit [user_agent] => agent ) ) [db] => CI_DB_mysql_driver Object ( [dbdriver] => mysql [_escape_char] => ` [_like_escape_str] => [_like_escape_chr] => [delete_hack] => 1 [_count_string] => SELECT COUNT(*) AS [_random_keyword] => RAND() [ar_select] => Array ( ) [ar_distinct] => [ar_from] => Array ( ) [ar_join] => Array ( ) [ar_where] => Array ( ) [ar_like] => Array ( ) [ar_groupby] => Array ( ) [ar_having] => Array ( ) [ar_keys] => Array ( ) [ar_limit] => [ar_offset] => [ar_order] => [ar_orderby] => Array ( ) [ar_set] => Array ( ) [ar_wherein] => Array ( ) [ar_aliased_tables] => Array ( ) [ar_store_array] => Array ( ) [ar_caching] => [ar_cache_exists] => Array ( ) [ar_cache_select] => Array ( ) [ar_cache_from] => Array ( ) [ar_cache_join] => Array ( ) [ar_cache_where] => Array ( ) [ar_cache_like] => Array ( ) [ar_cache_groupby] => Array ( ) [ar_cache_having] => Array ( ) [ar_cache_orderby] => Array ( ) [ar_cache_set] => Array ( ) [username] => socialstatistics [password] => bruprusEdaBResa9 [hostname] => localhost [database] => socialstatistics [dbprefix] => v2_ [char_set] => utf8 [dbcollat] => utf8_unicode_ci [autoinit] => 1 [swap_pre] => [port] => [pconnect] => 1 [conn_id] => Resource id #41 [result_id] => [db_debug] => [benchmark] => 0 [query_count] => 0 [bind_marker] => ? [save_queries] => 1 [queries] => Array ( ) [query_times] => Array ( ) [data_cache] => Array ( ) [trans_enabled] => 1 [trans_strict] => 1 [_trans_depth] => 0 [_trans_status] => 1 [cache_on] => [cachedir] => [cache_autodel] => [CACHE] => [_protect_identifiers] => 1 [_reserved_identifiers] => Array ( [0] => * ) [stmt_id] => [curs_id] => [limit_used] => [stricton] => ) [sidebar_manager] => Sidebar_Manager Object ( [CI:Sidebar_Manager:private] => Oauth Object *RECURSION* [widgets:Sidebar_Manager:private] => Array ( [0] => track_your_statistics [1] => quick_search [2] => chrome_extension [3] => popular_posts [4] => advert [5] => profile_widget [6] => male_female_ratio [7] => about [8] => press [9] => keep_in_touch ) [group_default:Sidebar_Manager:private] => Array ( [0] => track_your_statistics [1] => quick_search [2] => chrome_extension [3] => popular_posts [4] => advert [5] => profile_widget [6] => male_female_ratio [7] => about [8] => press [9] => keep_in_touch ) [group_posts:Sidebar_Manager:private] => Array ( [0] => bookmarklet [1] => popular_posts [2] => advert [3] => track_your_statistics [4] => quick_search [5] => about [6] => keep_in_touch [7] => advert ) ) [user] => User Object ( [CI:User:private] => Oauth Object *RECURSION* ) [statistics] => Statistics Object ( [CI:Statistics:private] => Oauth Object *RECURSION* ) [posts] => Posts Object ( [CI:Posts:private] => Oauth Object *RECURSION* ) [url_info] => Url_Info Object ( [CI:Url_Info:private] => Oauth Object *RECURSION* ) [auth] => Auth Object ( ) [cache] => CI_Cache Object ( [valid_drivers:protected] => Array ( [0] => cache_apc [1] => cache_file [2] => cache_memcached [3] => cache_dummy ) [_cache_path:protected] => [_adapter:protected] => memcached [_backup_driver:protected] => dummy ) [googleplus] => Googleplus Object ( [api] => apiPlusService Object ( [activities] => ActivitiesServiceResource Object ( [stackParameters:apiServiceResource:private] => Array ( [alt] => Array ( [type] => string [location] => query ) [fields] => Array ( [type] => string [location] => query ) [trace] => Array ( [type] => string [location] => query ) [userIp] => Array ( [type] => string [location] => query ) [userip] => Array ( [type] => string [location] => query ) [file] => Array ( [type] => complex [location] => body ) [data] => Array ( [type] => string [location] => body ) [mimeType] => Array ( [type] => string [location] => header ) [uploadType] => Array ( [type] => string [location] => query ) ) [service:apiServiceResource:private] => apiPlusService Object *RECURSION* [serviceName:apiServiceResource:private] => plus [resourceName:apiServiceResource:private] => activities [methods:apiServiceResource:private] => Array ( [search] => Array ( [scopes] => Array ( [0] => https://www.googleapis.com/auth/plus.me ) [parameters] => Array ( [orderBy] => Array ( [default] => recent [enum] => Array ( [0] => best [1] => recent ) [location] => query [type] => string ) [pageToken] => Array ( [type] => string [location] => query ) [language] => Array ( [default] => [type] => string [location] => query ) [maxResults] => Array ( [format] => uint32 [default] => 10 [maximum] => 20 [minimum] => 1 [location] => query [type] => integer ) [query] => Array ( [required] => 1 [type] => string [location] => query ) ) [id] => plus.activities.search [httpMethod] => GET [path] => activities [response] => Array ( [$ref] => ActivityFeed ) ) [list] => Array ( [scopes] => Array ( [0] => https://www.googleapis.com/auth/plus.me ) [parameters] => Array ( [pageToken] => Array ( [type] => string [location] => query ) [alt] => Array ( [default] => json [enum] => Array ( [0] => json ) [location] => query [type] => string ) [userId] => Array ( [required] => 1 [type] => string [location] => path ) [collection] => Array ( [required] => 1 [enum] => Array ( [0] => public ) [location] => path [type] => string ) [maxResults] => Array ( [format] => uint32 [default] => 20 [maximum] => 100 [minimum] => 1 [location] => query [type] => integer ) ) [id] => plus.activities.list [httpMethod] => GET [path] => people/{userId}/activities/{collection} [response] => Array ( [$ref] => ActivityFeed ) ) [get] => Array ( [scopes] => Array ( [0] => https://www.googleapis.com/auth/plus.me ) [parameters] => Array ( [activityId] => Array ( [required] => 1 [type] => string [location] => path ) [alt] => Array ( [default] => json [enum] => Array ( [0] => json ) [location] => query [type] => string ) ) [id] => plus.activities.get [httpMethod] => GET [path] => activities/{activityId} [response] => Array ( [$ref] => Activity ) ) ) ) [comments] => CommentsServiceResource Object ( [stackParameters:apiServiceResource:private] => Array ( [alt] => Array ( [type] => string [location] => query ) [fields] => Array ( [type] => string [location] => query ) [trace] => Array ( [type] => string [location] => query ) [userIp] => Array ( [type] => string [location] => query ) [userip] => Array ( [type] => string [location] => query ) [file] => Array ( [type] => complex [location] => body ) [data] => Array ( [type] => string [location] => body ) [mimeType] => Array ( [type] => string [location] => header ) [uploadType] => Array ( [type] => string [location] => query ) ) [service:apiServiceResource:private] => apiPlusService Object *RECURSION* [serviceName:apiServiceResource:private] => plus [resourceName:apiServiceResource:private] => comments [methods:apiServiceResource:private] => Array ( [list] => Array ( [scopes] => Array ( [0] => https://www.googleapis.com/auth/plus.me ) [parameters] => Array ( [pageToken] => Array ( [type] => string [location] => query ) [activityId] => Array ( [required] => 1 [type] => string [location] => path ) [alt] => Array ( [default] => json [enum] => Array ( [0] => json ) [location] => query [type] => string ) [maxResults] => Array ( [format] => uint32 [default] => 20 [maximum] => 100 [minimum] => 0 [location] => query [type] => integer ) ) [id] => plus.comments.list [httpMethod] => GET [path] => activities/{activityId}/comments [response] => Array ( [$ref] => CommentFeed ) ) [get] => Array ( [scopes] => Array ( [0] => https://www.googleapis.com/auth/plus.me ) [parameters] => Array ( [commentId] => Array ( [required] => 1 [type] => string [location] => path ) ) [id] => plus.comments.get [httpMethod] => GET [path] => comments/{commentId} [response] => Array ( [$ref] => Comment ) ) ) ) [people] => PeopleServiceResource Object ( [stackParameters:apiServiceResource:private] => Array ( [alt] => Array ( [type] => string [location] => query ) [fields] => Array ( [type] => string [location] => query ) [trace] => Array ( [type] => string [location] => query ) [userIp] => Array ( [type] => string [location] => query ) [userip] => Array ( [type] => string [location] => query ) [file] => Array ( [type] => complex [location] => body ) [data] => Array ( [type] => string [location] => body ) [mimeType] => Array ( [type] => string [location] => header ) [uploadType] => Array ( [type] => string [location] => query ) ) [service:apiServiceResource:private] => apiPlusService Object *RECURSION* [serviceName:apiServiceResource:private] => plus [resourceName:apiServiceResource:private] => people [methods:apiServiceResource:private] => Array ( [listByActivity] => Array ( [scopes] => Array ( [0] => https://www.googleapis.com/auth/plus.me ) [parameters] => Array ( [pageToken] => Array ( [type] => string [location] => query ) [activityId] => Array ( [required] => 1 [type] => string [location] => path ) [collection] => Array ( [required] => 1 [enum] => Array ( [0] => plusoners [1] => resharers ) [location] => path [type] => string ) [maxResults] => Array ( [format] => uint32 [default] => 20 [maximum] => 100 [minimum] => 1 [location] => query [type] => integer ) ) [id] => plus.people.listByActivity [httpMethod] => GET [path] => activities/{activityId}/people/{collection} [response] => Array ( [$ref] => PeopleFeed ) ) [search] => Array ( [scopes] => Array ( [0] => https://www.googleapis.com/auth/plus.me ) [parameters] => Array ( [pageToken] => Array ( [type] => string [location] => query ) [language] => Array ( [default] => [type] => string [location] => query ) [maxResults] => Array ( [format] => uint32 [default] => 10 [maximum] => 20 [minimum] => 1 [location] => query [type] => integer ) [query] => Array ( [required] => 1 [type] => string [location] => query ) ) [id] => plus.people.search [httpMethod] => GET [path] => people [response] => Array ( [$ref] => PeopleFeed ) ) [get] => Array ( [scopes] => Array ( [0] => https://www.googleapis.com/auth/plus.me [1] => https://www.googleapis.com/auth/userinfo.email ) [parameters] => Array ( [userId] => Array ( [required] => 1 [type] => string [location] => path ) ) [id] => plus.people.get [httpMethod] => GET [path] => people/{userId} [response] => Array ( [$ref] => Person ) ) ) ) [version] => v1 [restBasePath] => /plus/v1/ [rpcPath] => /rpc [resource] => [serviceName] => plus ) [client] => apiClient Object ( [scopes:protected] => Array ( ) [useObjects:protected] => [services:protected] => Array ( [plus] => Array ( [authorization_token_url] => https://www.google.com/accounts/OAuthAuthorizeToken [request_token_url] => https://www.google.com/accounts/OAuthGetRequestToken [access_token_url] => https://www.google.com/accounts/OAuthGetAccessToken [scope] => https://www.googleapis.com/auth/plus.me [discoveryURI] => https://www.googleapis.com/discovery/v0.3/describe/plus/v1 ) ) [authenticated:apiClient:private] => 1 [defaultService:apiClient:private] => Array ( [authorization_token_url] => https://www.google.com/accounts/OAuthAuthorizeToken [request_token_url] => https://www.google.com/accounts/OAuthGetRequestToken [access_token_url] => https://www.google.com/accounts/OAuthGetAccessToken ) ) [plus] => apiPlusService Object ( [activities] => ActivitiesServiceResource Object ( [stackParameters:apiServiceResource:private] => Array ( [alt] => Array ( [type] => string [location] => query ) [fields] => Array ( [type] => string [location] => query ) [trace] => Array ( [type] => string [location] => query ) [userIp] => Array ( [type] => string [location] => query ) [userip] => Array ( [type] => string [location] => query ) [file] => Array ( [type] => complex [location] => body ) [data] => Array ( [type] => string [location] => body ) [mimeType] => Array ( [type] => string [location] => header ) [uploadType] => Array ( [type] => string [location] => query ) ) [service:apiServiceResource:private] => apiPlusService Object *RECURSION* [serviceName:apiServiceResource:private] => plus [resourceName:apiServiceResource:private] => activities [methods:apiServiceResource:private] => Array ( [search] => Array ( [scopes] => Array ( [0] => https://www.googleapis.com/auth/plus.me ) [parameters] => Array ( [orderBy] => Array ( [default] => recent [enum] => Array ( [0] => best [1] => recent ) [location] => query [type] => string ) [pageToken] => Array ( [type] => string [location] => query ) [language] => Array ( [default] => [type] => string [location] => query ) [maxResults] => Array ( [format] => uint32 [default] => 10 [maximum] => 20 [minimum] => 1 [location] => query [type] => integer ) [query] => Array ( [required] => 1 [type] => string [location] => query ) ) [id] => plus.activities.search [httpMethod] => GET [path] => activities [response] => Array ( [$ref] => ActivityFeed ) ) [list] => Array ( [scopes] => Array ( [0] => https://www.googleapis.com/auth/plus.me ) [parameters] => Array ( [pageToken] => Array ( [type] => string [location] => query ) [alt] => Array ( [default] => json [enum] => Array ( [0] => json ) [location] => query [type] => string ) [userId] => Array ( [required] => 1 [type] => string [location] => path ) [collection] => Array ( [required] => 1 [enum] => Array ( [0] => public ) [location] => path [type] => string ) [maxResults] => Array ( [format] => uint32 [default] => 20 [maximum] => 100 [minimum] => 1 [location] => query [type] => integer ) ) [id] => plus.activities.list [httpMethod] => GET [path] => people/{userId}/activities/{collection} [response] => Array ( [$ref] => ActivityFeed ) ) [get] => Array ( [scopes] => Array ( [0] => https://www.googleapis.com/auth/plus.me ) [parameters] => Array ( [activityId] => Array ( [required] => 1 [type] => string [location] => path ) [alt] => Array ( [default] => json [enum] => Array ( [0] => json ) [location] => query [type] => string ) ) [id] => plus.activities.get [httpMethod] => GET [path] => activities/{activityId} [response] => Array ( [$ref] => Activity ) ) ) ) [comments] => CommentsServiceResource Object ( [stackParameters:apiServiceResource:private] => Array ( [alt] => Array ( [type] => string [location] => query ) [fields] => Array ( [type] => string [location] => query ) [trace] => Array ( [type] => string [location] => query ) [userIp] => Array ( [type] => string [location] => query ) [userip] => Array ( [type] => string [location] => query ) [file] => Array ( [type] => complex [location] => body ) [data] => Array ( [type] => string [location] => body ) [mimeType] => Array ( [type] => string [location] => header ) [uploadType] => Array ( [type] => string [location] => query ) ) [service:apiServiceResource:private] => apiPlusService Object *RECURSION* [serviceName:apiServiceResource:private] => plus [resourceName:apiServiceResource:private] => comments [methods:apiServiceResource:private] => Array ( [list] => Array ( [scopes] => Array ( [0] => https://www.googleapis.com/auth/plus.me ) [parameters] => Array ( [pageToken] => Array ( [type] => string [location] => query ) [activityId] => Array ( [required] => 1 [type] => string [location] => path ) [alt] => Array ( [default] => json [enum] => Array ( [0] => json ) [location] => query [type] => string ) [maxResults] => Array ( [format] => uint32 [default] => 20 [maximum] => 100 [minimum] => 0 [location] => query [type] => integer ) ) [id] => plus.comments.list [httpMethod] => GET [path] => activities/{activityId}/comments [response] => Array ( [$ref] => CommentFeed ) ) [get] => Array ( [scopes] => Array ( [0] => https://www.googleapis.com/auth/plus.me ) [parameters] => Array ( [commentId] => Array ( [required] => 1 [type] => string [location] => path ) ) [id] => plus.comments.get [httpMethod] => GET [path] => comments/{commentId} [response] => Array ( [$ref] => Comment ) ) ) ) [people] => PeopleServiceResource Object ( [stackParameters:apiServiceResource:private] => Array ( [alt] => Array ( [type] => string [location] => query ) [fields] => Array ( [type] => string [location] => query ) [trace] => Array ( [type] => string [location] => query ) [userIp] => Array ( [type] => string [location] => query ) [userip] => Array ( [type] => string [location] => query ) [file] => Array ( [type] => complex [location] => body ) [data] => Array ( [type] => string [location] => body ) [mimeType] => Array ( [type] => string [location] => header ) [uploadType] => Array ( [type] => string [location] => query ) ) [service:apiServiceResource:private] => apiPlusService Object *RECURSION* [serviceName:apiServiceResource:private] => plus [resourceName:apiServiceResource:private] => people [methods:apiServiceResource:private] => Array ( [listByActivity] => Array ( [scopes] => Array ( [0] => https://www.googleapis.com/auth/plus.me ) [parameters] => Array ( [pageToken] => Array ( [type] => string [location] => query ) [activityId] => Array ( [required] => 1 [type] => string [location] => path ) [collection] => Array ( [required] => 1 [enum] => Array ( [0] => plusoners [1] => resharers ) [location] => path [type] => string ) [maxResults] => Array ( [format] => uint32 [default] => 20 [maximum] => 100 [minimum] => 1 [location] => query [type] => integer ) ) [id] => plus.people.listByActivity [httpMethod] => GET [path] => activities/{activityId}/people/{collection} [response] => Array ( [$ref] => PeopleFeed ) ) [search] => Array ( [scopes] => Array ( [0] => https://www.googleapis.com/auth/plus.me ) [parameters] => Array ( [pageToken] => Array ( [type] => string [location] => query ) [language] => Array ( [default] => [type] => string [location] => query ) [maxResults] => Array ( [format] => uint32 [default] => 10 [maximum] => 20 [minimum] => 1 [location] => query [type] => integer ) [query] => Array ( [required] => 1 [type] => string [location] => query ) ) [id] => plus.people.search [httpMethod] => GET [path] => people [response] => Array ( [$ref] => PeopleFeed ) ) [get] => Array ( [scopes] => Array ( [0] => https://www.googleapis.com/auth/plus.me [1] => https://www.googleapis.com/auth/userinfo.email ) [parameters] => Array ( [userId] => Array ( [required] => 1 [type] => string [location] => path ) ) [id] => plus.people.get [httpMethod] => GET [path] => people/{userId} [response] => Array ( [$ref] => Person ) ) ) ) [version] => v1 [restBasePath] => /plus/v1/ [rpcPath] => /rpc [resource] => [serviceName] => plus ) ) ) [1] => callback ) parameters Array ( ) 334 } 335 } 336 337 // Call the requested method. 338 // Any URI segments present (besides the class/function) will be passed to the method for convenience 339 call_user_func_array(array(&$CI, $method), array_slice($URI->rsegments, 2)); 340 } 341 342 343 // Mark a benchmark end point 344 $BM->mark('controller_execution_time_( '.$class.' / '.$method.' )_end'); FCPATH/index.php [ 318 ] » require_once(arguments) 0 /webservers/socialstatistics.com/wwwroot/system/core/CodeIgniter.php 313 * -------------------------------------------------------------------- 314 * 315 * And away we go... 316 * 317 */ 318 require_once BASEPATH.'core/CodeIgniter'.EXT; 319 320 /* End of file index.php */ 321 /* Location: ./index.php */ Environment Included files (81) FCPATH/index.php FCPATH/system/core/CodeIgniter.php FCPATH/system/core/Common.php FCPATH/application/config/constants.php FCPATH/system/core/Benchmark.php FCPATH/application/config/config.php FCPATH/system/core/Hooks.php FCPATH/system/core/Config.php FCPATH/application/config/hooks.php FCPATH/application/hooks/uhoh.php FCPATH/system/core/Exceptions.php FCPATH/application/core/MY_Exceptions.php FCPATH/system/core/Utf8.php FCPATH/system/core/URI.php FCPATH/system/core/Router.php FCPATH/application/core/MY_Router.php FCPATH/application/config/routes.php FCPATH/system/core/Output.php FCPATH/application/config/mimes.php FCPATH/system/core/Security.php FCPATH/system/core/Input.php FCPATH/system/core/Lang.php FCPATH/system/core/Controller.php FCPATH/application/core/MY_Controller.php FCPATH/application/libraries/Log.php FCPATH/application/controllers/oauth.php FCPATH/system/core/Loader.php FCPATH/application/config/autoload.php FCPATH/application/helpers/MY_url_helper.php FCPATH/system/helpers/url_helper.php FCPATH/application/helpers/MY_date_helper.php FCPATH/system/helpers/date_helper.php FCPATH/application/helpers/MY_array_helper.php FCPATH/system/helpers/array_helper.php FCPATH/system/helpers/cookie_helper.php FCPATH/system/database/DB.php FCPATH/application/config/database.php FCPATH/system/database/DB_driver.php FCPATH/system/database/DB_active_rec.php FCPATH/system/database/drivers/mysql/mysql_driver.php FCPATH/application/libraries/Sidebar_manager.php FCPATH/system/core/Model.php FCPATH/application/models/user.php FCPATH/application/models/statistics.php FCPATH/application/models/posts.php FCPATH/application/models/url_info.php FCPATH/application/models/auth.php FCPATH/system/libraries/Driver.php FCPATH/system/libraries/Cache/Cache.php FCPATH/application/libraries/Googleplus.php FCPATH/application/config/googleplus.php FCPATH/application/third_party/google-api-php-client/src/apiClient.php FCPATH/application/third_party/google-api-php-client/src/config.php FCPATH/application/third_party/google-api-php-client/src/service/apiModel.php FCPATH/application/third_party/google-api-php-client/src/service/apiService.php FCPATH/application/third_party/google-api-php-client/src/service/apiServiceResource.php FCPATH/application/third_party/google-api-php-client/src/service/apiServiceRequest.php FCPATH/application/third_party/google-api-php-client/src/service/apiBatch.php FCPATH/application/third_party/google-api-php-client/src/auth/apiAuth.php FCPATH/application/third_party/google-api-php-client/src/auth/apiAuthNone.php FCPATH/application/third_party/google-api-php-client/src/auth/apiOAuth.php FCPATH/application/third_party/google-api-php-client/src/external/OAuth.php FCPATH/application/third_party/google-api-php-client/src/auth/apiOAuth2.php FCPATH/application/third_party/google-api-php-client/src/auth/apiVerifier.php FCPATH/application/third_party/google-api-php-client/src/auth/apiPemVerifier.php FCPATH/application/third_party/google-api-php-client/src/auth/apiLoginTicket.php FCPATH/application/third_party/google-api-php-client/src/service/apiUtils.php FCPATH/application/third_party/google-api-php-client/src/cache/apiCache.php FCPATH/application/third_party/google-api-php-client/src/cache/apiFileCache.php FCPATH/application/third_party/google-api-php-client/src/cache/apiApcCache.php FCPATH/application/third_party/google-api-php-client/src/cache/apiMemcacheCache.php FCPATH/application/third_party/google-api-php-client/src/io/apiIO.php FCPATH/application/third_party/google-api-php-client/src/io/apiHttpRequest.php FCPATH/application/third_party/google-api-php-client/src/io/apiCurlIO.php FCPATH/application/third_party/google-api-php-client/src/io/apiCacheParser.php FCPATH/application/third_party/google-api-php-client/src/io/apiREST.php FCPATH/application/third_party/google-api-php-client/src/external/URITemplateParser.php FCPATH/application/third_party/google-api-php-client/src/io/apiRPC.php FCPATH/application/third_party/google-api-php-client/src/service/apiMediaFileUpload.php FCPATH/application/third_party/google-api-php-client/src/contrib/apiPlusService.php FCPATH/application/errors/error_php_custom.php Loaded extensions (48) Core date ereg libxml openssl pcre zlib bz2 calendar ctype hash filter ftp gettext gmp SPL iconv Reflection session standard shmop SimpleXML sockets exif tokenizer xml apache2handler curl fileinfo gd igbinary json mbstring mcrypt memcached mysql mysqli PDO pdo_mysql pdo_sqlite Phar posix sqlite3 sysvmsg sysvsem sysvshm zip mhash $_SESSION state 1197282314 token {"access_token":"ya29.AHES6ZSphr7egrek-Ap7aYcy299gmkKL22fLIE1uozC6wZkf4vda","token_type":"Bearer","expires_in":3600,"id_token":"eyJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXVkIjoiNjg5NDU0NDM2Mjk4LmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiY2lkIjoiNjg5NDU0NDM2Mjk4LmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiaWQiOiIxMDM4Mzc0Nzk5NjY2OTEzODM4NTMiLCJ0b2tlbl9oYXNoIjoib0x5S1dhTDh0eEpuRXRJYmlCY0JpUSIsImlhdCI6MTMzOTIwMDQ5MiwiZXhwIjoxMzM5MjA0MzkyfQ.ZyhcKU9xZeCF53xLaR0JHPyW41-Uj4zFjGpnwcML5VxhVCXxtFZ0o0V_LYa5Kpmsf_GP4EgAPXId8bhiUIpLJANHqyqTKxDI8xbQJfD7UEug_zeVi8mXTDxjGzFUouSVT0OyDFTVaqHbog1_QlhZRw_XPLFZ4JUizwvcbKx78Ac","refresh_token":"1\/1Yd1Ng6r8leC1mJsfsydlxc8vnji5BKBujUCHEAQJc4","created":1339201174} $_GET state 1197282314 code 4/TakBUArbCiMcEOs5Vbw_ItWUbdiO.0oNn3S34JasTOl05ti8ZT3aNWjCdbwI $_COOKIE PHPSESSID ta2kpfu9uk1f76ljcfk7rk6c64 userID 103837479966691383853 hash rV4HhwXx6FoSH0Zycz6RQzfwvLoHdUaU $_SERVER REDIRECT_CI_ENV production REDIRECT_STATUS 200 CI_ENV production HTTP_HOST socialstatistics.com HTTP_USER_AGENT Mozilla/5.0 (Windows NT 5.1; rv:13.0) Gecko/20100101 Firefox/13.0 HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8,text/vnd.wap.wml;q=0.6 HTTP_ACCEPT_LANGUAGE de-de,de;q=0.8,en-us;q=0.5,en;q=0.3 HTTP_ACCEPT_ENCODING gzip, deflate HTTP_COOKIE PHPSESSID=ta2kpfu9uk1f76ljcfk7rk6c64; userID=103837479966691383853; hash=rV4HhwXx6FoSH0Zycz6RQzfwvLoHdUaU HTTP_DNT 1 HTTP_CONNECTION keep-alive HTTP_CACHE_CONTROL max-age=0 PATH /sbin:/usr/sbin:/bin:/usr/bin SERVER_SIGNATURE SERVER_SOFTWARE Apache SERVER_NAME socialstatistics.com SERVER_ADDR 209.20.74.191 SERVER_PORT 80 REMOTE_ADDR 91.64.211.207 DOCUMENT_ROOT /webservers/socialstatistics.com/wwwroot SERVER_ADMIN sam@socialstatistics.com SCRIPT_FILENAME /webservers/socialstatistics.com/wwwroot/index.php REMOTE_PORT 4345 REDIRECT_QUERY_STRING /oauth/callback REDIRECT_URL /oauth/callback GATEWAY_INTERFACE CGI/1.1 SERVER_PROTOCOL HTTP/1.1 REQUEST_METHOD GET QUERY_STRING state=1197282314&code=4/TakBUArbCiMcEOs5Vbw_ItWUbdiO.0oNn3S34JasTOl05ti8ZT3aNWjCdbwI REQUEST_URI /oauth/callback?state=1197282314&code=4/TakBUArbCiMcEOs5Vbw_ItWUbdiO.0oNn3S34JasTOl05ti8ZT3aNWjCdbwI SCRIPT_NAME /index.php PHP_SELF /index.php REQUEST_TIME 1339201188
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement