It is my understanding that, I need to use url encoded content for posting with urllib. Is it possible to use application/json content type when posting with urllib?
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.
|
|
|
Not with urllib, as you'd need to set the
Personally, I prefer httplib2 (3d party) as a http client library. |
|||
|