| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2011-03-10 14:09 UTC] jawed@php.net
  [2011-03-13 07:43 UTC] djpate at gmail dot com
  [2011-03-13 14:35 UTC] jawed@php.net
  [2011-03-14 03:47 UTC] iceberg_young at yahoo dot com dot cn
  [2011-03-14 03:52 UTC] iceberg_young at yahoo dot com dot cn
  [2011-03-14 08:35 UTC] patrick at procurios dot nl
  [2011-03-14 08:50 UTC] djpate at gmail dot com
  [2011-03-14 15:47 UTC] jawed@php.net
  [2011-03-14 18:54 UTC] datibbaw@php.net
  [2011-03-17 07:03 UTC] jawed@php.net
  [2011-03-17 08:25 UTC] djpate at gmail dot com
  [2011-03-17 08:51 UTC] jawed@php.net
  [2011-05-25 21:01 UTC] tpurdy at gmail dot com
  [2011-05-26 09:01 UTC] datibbaw@php.net
  [2021-10-18 15:33 UTC] cmb@php.net
 
-Status:      Open
+Status:      Closed
-Assigned To:
+Assigned To: cmb
  [2021-10-18 15:33 UTC] cmb@php.net
  | 
    |||||||||||||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 15:00:01 2025 UTC | 
Description: ------------ Hello, I had a contact inviter script that was working on 1.0 that doesnt work anymore with 1.1. It seems to be a problem with the request token method. Thanks in advance. Reproduce code: --------------- $this->oauth = new \OAuth($this->consumer_key,$this->shared_secret); $request_token_info = $this->oauth->getRequestToken("https://www.google.com/accounts/OAuthGetRequestToken?scope=https://www.google.com/m8/feeds/&oauth_callback=http://dev.fitizzy.com/oauth/gmail"); Expected result: ---------------- A request token Actual result: -------------- 'OAuthException' with message 'Invalid auth/bad request (got a 411, expected HTTP/1.1 20X or a redirect)'