Advertisement
battlemidget

Untitled

Feb 29th, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. stdClass::__set_state(array(
  2. 'request' => 'GET /1.0/people/+me?oauth_consumer_key=drupallp&oauth_nonce=ba26bd6be90c6b731fb8e87f5f1d16aa&oauth_signature=%26PLvq9kjwmCb2dgX4qTrTsJhXD5hqx2h872bVq5x85BGQZMPLHnnz9cBPt3LnrZ5XwfNPTRTwncxkRQf9&oauth_signature_method=PLAINTEXT&oauth_timestamp=1330576616&oauth_token=tLPkb9DPDr3tpmnMQdzw&oauth_version=1.0 HTTP/1.0
  3. Authorization: oauth_version="1.0",oauth_nonce="ba26bd6be90c6b731fb8e87f5f1d16aa",oauth_timestamp="1330576616",oauth_consumer_key="drupallp",oauth_token="tLPkb9DPDr3tpmnMQdzw",oauth_signature_method="PLAINTEXT",oauth_signature="&PLvq9kjwmCb2dgX4qTrTsJhXD5hqx2h872bVq5x85BGQZMPLHnnz9cBPt3LnrZ5XwfNPTRTwncxkRQf9"
  4. Host: api.launchpad.net
  5. User-Agent: Drupal (+http://drupal.org/)
  6. Content-Length: 283
  7.  
  8. oauth_version=1.0&oauth_nonce=ba26bd6be90c6b731fb8e87f5f1d16aa&oauth_timestamp=1330576616&oauth_consumer_key=drupallp&oauth_token=tLPkb9DPDr3tpmnMQdzw&oauth_signature_method=PLAINTEXT&oauth_signature=%26PLvq9kjwmCb2dgX4qTrTsJhXD5hqx2h872bVq5x85BGQZMPLHnnz9cBPt3LnrZ5XwfNPTRTwncxkRQf9',
  9. 'data' => '',
  10. 'protocol' => 'HTTP/1.1',
  11. 'status_message' => 'See Other',
  12. 'headers' =>
  13. array (
  14. 'date' => 'Thu, 01 Mar 2012 04:36:57 GMT',
  15. 'server' => 'zope.server.http (HTTP)',
  16. 'x-powered-by' => 'Zope (www.zope.org), Python (www.python.org)',
  17. 'x-content-type-warning' => 'guessed from content',
  18. 'content-length' => '0',
  19. 'location' => 'https://api.launchpad.net/1.0/~adam-stokes?oauth_consumer_key=drupallp&oauth_nonce=ba26bd6be90c6b731fb8e87f5f1d16aa&oauth_signature=%26PLvq9kjwmCb2dgX4qTrTsJhXD5hqx2h872bVq5x85BGQZMPLHnnz9cBPt3LnrZ5XwfNPTRTwncxkRQf9&oauth_signature_method=PLAINTEXT&oauth_timestamp=1330576616&oauth_token=tLPkb9DPDr3tpmnMQdzw&oauth_version=1.0',
  20. 'vary' => 'Accept,Accept-Encoding',
  21. 'x-lazr-notifications' => '[]',
  22. 'content-type' => 'text/plain;charset=utf-8',
  23. 'via' => '1.0 api.launchpad.net',
  24. 'connection' => 'close',
  25. ),
  26. 'code' => '303',
  27. 'error' => 'See Other',
  28. ))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement