Mike Helmick

Results 39 comments of Mike Helmick

If that doesn't work, let me know. Looks like there is a `json` parameter that can be sent using requests that will automatically json encode this for you.

Can you `pip freeze` so I can see which versions of twython, requests and requests-oauthlib are being used?

The code looks fine, but as you said, the ad stuff was split off into different files -- I'd rather just have the merge of the files done in this...

Sorry, I've been super busy. Still wanting to get this merged! - Please combine the ads endpoints into the `endpoints.py` but as a separate class (so, still as a MixIn)...

Hi @nouvak, So, I'm starting to tackle this and I was wondering, do you find a use case where a use will need to authenticate with Twitter then use Twitter...

@nouvak in your previous comment, you said: > Ok, I combined the Ads endpoints into the endpoints.py file. > > As for the TwythonCore, Twython and TwythonAds idea, I think...

See https://github.com/michaelhelmick/linkedin#authorization-url In this section, I say: > # Store this token in a session or something for later use in the next step. Meaning, store it in a variable...

@interpegasus Can you re-test this pull request to master? Thanks!

Not sure I've done this before. If you know how to update the `setup.py` to do that, feel free to send a Pull Request. :D If not, I can probably...

I concur. I've always wanted to write tests, just never took time to learn ## Mike Helmick @mikehelmick On Thursday, July 12, 2012 at 2:46 PM, Brad Pitcher wrote: >...