|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-04-23 01:19 UTC] rasmus@php.net
[2009-04-23 01:36 UTC] jawed@php.net
[2009-04-23 04:12 UTC] iamscrumpyjack at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 06:00:02 2025 UTC |
Description: ------------ I have downloaded the package and built it from source using phpize ./configure etc as it wouldn't build correctly using pecl install oauth-beta... When running getRequestToken I keep getting "making the request failed (URL using bad/illegal format or missing URL)" but mu URL is valid and contains no bad characters Reproduce code: --------------- $oauth = new OAuth (MY_OAUTH_KEY, MY_OAUTH_SECRET); $request_token_info = $oauth->getRequestToken('https://www.google.com/accounts/OAuthGetRequestToken'); Expected result: ---------------- I expect the a request token that I can use later Actual result: -------------- Fatal error: Uncaught exception 'OAuthException' with message 'making the request failed (URL using bad/illegal format or missing URL)'