dogacan

Dogacan has not updated the profile yet.

Recent activity

  • like
    27 days ago
    dogacan likes Hadoop for Bioinfomatics - Deepak Singh
  • like
    1 month ago
    dogacan likes Protein Alignment - Paul Brown
  • Forum comment
    2 months ago
    dogacan commented on Problem fetching a request token with python

    Hey, No, it is still not working. Well, I did get the token a couple of times but it still seems to fail most of the time. Would it help if I sent you the code (even though the code I am currently testing with is a standard oauth client)?

  • Forum comment
    2 months ago
    dogacan commented on Problem fetching a request token with python

    thanks for the quick response! Will post again once I can use oauth with python

  • Forum comment
    2 months ago
    dogacan commented on Problem fetching a request token with python

    Hey all, I am trying to get my site working with the new vimeo oauth but we are running into a very weird problem. Here is an example url we generate: http://vimeo.com/oauth/request_token?oauth_nonce=92587285&oauth_timestamp=1257264943&oauth_consumer_key=7e162d580a4ba14984de537e3027e4aa&oauth_signature_method=HMAC-SHA1&oauth_version=1.0&oauth_signature=Q2Tdf8X%2BTrQbvWh2o%2FyrwEHbtDA%3D&oauth_callback=oob send: 'GET http://vimeo.com/oauth/request_token?oauth_nonce=92587285&oauth_timestamp=1257264943&oauth_consumer_key=7e162d580a4ba14984de537e3027e4aa&oauth_signature_method=HMAC-SHA1&oauth_version=1.0&oauth_signature=Q2Tdf8X%2BTrQbvWh2o%2FyrwEHbtDA%3D&oauth_callback=oob If I try to GET this url in python, it fails with a 'Invalid Signature' error, but if I copy/paste it into a browser it works. I tried changing my User-Agent to something else but it is still failing: GET http://vimeo.com/oauth/request_token?..goes on... HTTP/1.1 Host: vimeo.com Accept-Encoding: identity User-Agent: dodgebot (I am generating a new nonce/timestamp/signature for every request) This is unfortunate, because our UI is written in django so we make all HTTP requests over python. Any ideas on what I am missing / how I can get it work?

Advertisement

Contacts