Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Can someone please show me how to convert this curl call into call using python urllib2

curl -X POST
-H "Content-Type:application/json"
-d "{\"data\":{}}"
-H "Authorization: GoogleLogin
auth=0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789...XYZ"
https://www.googleapis.com/prediction/v1/training?data=${mybucket}%2F${mydata}
share|improve this question
Possible duplicate: stackoverflow.com/questions/1990976/… – Nick T Aug 18 '10 at 20:31
Also, Please post the code you've tried. – S.Lott Aug 18 '10 at 20:44
It might be easier to convert the curl command using pycurl or mechanize, rather than only urllib2. Is that an option for you? – unutbu Aug 19 '10 at 20:44
i figured it out, and plan on posting to code monentarily – Joseph Misiti Aug 24 '10 at 16:29

1 Answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.