Advertisement
Guest User

soundcloud request obj

a guest
Aug 8th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. object(Artax\Http\StdRequest)#11 (7) {
  2. ["uri":protected]=>
  3. object(Artax\Http\StdUri)#12 (10) {
  4. ["scheme":"Artax\Http\StdUri":private]=>
  5. string(5) "https"
  6. ["userInfo":"Artax\Http\StdUri":private]=>
  7. string(0) ""
  8. ["rawUserInfo":"Artax\Http\StdUri":private]=>
  9. string(0) ""
  10. ["host":"Artax\Http\StdUri":private]=>
  11. string(18) "api.soundcloud.com"
  12. ["port":"Artax\Http\StdUri":private]=>
  13. int(443)
  14. ["path":"Artax\Http\StdUri":private]=>
  15. string(13) "/oauth2/token"
  16. ["query":"Artax\Http\StdUri":private]=>
  17. string(0) ""
  18. ["fragment":"Artax\Http\StdUri":private]=>
  19. string(0) ""
  20. ["explicitPortSpecified":"Artax\Http\StdUri":private]=>
  21. bool(false)
  22. ["explicitTrailingHostSlash":"Artax\Http\StdUri":private]=>
  23. bool(false)
  24. }
  25. ["method":protected]=>
  26. string(4) "POST"
  27. ["queryParameters":protected]=>
  28. array(0) {
  29. }
  30. ["bodyParameters":protected]=>
  31. array(5) {
  32. ["code"]=>
  33. string(32) "xxx"
  34. ["client_id"]=>
  35. string(32) "xxx"
  36. ["client_secret"]=>
  37. string(32) "xxx"
  38. ["redirect_uri"]=>
  39. string(43) "http://dev.pieterhordijk.com/soundcloud.php"
  40. ["grant_type"]=>
  41. string(18) "authorization_code"
  42. }
  43. ["headers":protected]=>
  44. array(1) {
  45. ["CONTENT-TYPE"]=>
  46. string(33) "application/x-www-form-urlencoded"
  47. }
  48. ["body":protected]=>
  49. string(222) "code=xxx&client_id=xxx&client_secret=xxx&redirect_uri=http%3A%2F%2Fdev.pieterhordijk.com%2Fsoundcloud.php&grant_type=authorization_code"
  50. ["httpVersion":protected]=>
  51. string(3) "1.1"
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement