bkocik

Member Since
Aug 12, 2008 (about 1 year)

Following 0 githubbers and watching 7 repositories view all →

Public Repositories (3)

  • typhoauth

    OAuth for Ruby with Typhoeus integration

    legend

    Forked from mojodna/oauth Fri Sep 18 09:57:45 -0700 2009

    Last updated Sat Oct 17 11:07:43 -0700 2009

  • twitter

    API wrapper for Twitter and Twitter Search API's

    legend

    Forked from jnunemaker/twitter Sun Aug 02 12:26:24 -0700 2009

    Last updated Mon Jul 27 07:42:31 -0700 2009

  • twitter_auth

    This is just an example app demonstrating how to use FakeWeb to test Twitter's OAuth

    legend

    Last updated Mon May 11 22:41:51 -0700 2009

Public Activity feed

bkocik pushed to master at bkocik/typhoauth Sat Oct 17 11:07:43 -0700 2009
HEAD is a43056b0a094cfd62eced90c0110b1521fe169f2
bkocik pushed to master at bkocik/typhoauth Sat Oct 17 09:57:43 -0700 2009
HEAD is e855fb8b45959ea90068afeedcca1438c3720338
  • bkocik committed e855fb8b:
    Preparing for independent Gemcutter release. Bumped version to 0.3.6.1 - tracking OAuth gem 0.3.6
bkocik updated gist: 185979 Mon Oct 05 10:22:29 -0700 2009
require 'oauth/request_proxy/typhoeus' class Typhoon
bkocik pushed to master at bkocik/typhoauth Sun Oct 04 13:26:56 -0700 2009
HEAD is 8cba95459c055a1e273149fa64250a3ac36a8f01
bkocik pushed to master at bkocik/typhoauth Sun Oct 04 12:58:37 -0700 2009
HEAD is b1ce22e157e6cea16c6438cec08ef2c0835b9932

4 commits »

bkocik deleted branch typhoeus at bkocik/oauth Sun Oct 04 07:21:05 -0700 2009
Deleted branch was at bkocik/oauth/tree/typhoeus
bkocik updated gist: 185979 Sun Oct 04 07:06:38 -0700 2009
require 'oauth/request_proxy/typhoeus' class Typhoon include Typhoeus
bkocik updated gist: 185979 Sun Oct 04 07:05:45 -0700 2009
require 'oauth/request_proxy/typhoeus' class Typhoon include Typhoeus
bkocik updated gist: 185979 Sun Oct 04 07:05:45 -0700 2009
require 'oauth/request_proxy/typhoeus' class Typhoon include Typhoeus
bkocik updated gist: 185979 Sun Oct 04 07:05:21 -0700 2009
class Typhoon include Typhoeus def initialize(user = nil)
bkocik updated gist: 185979 Sun Oct 04 07:01:44 -0700 2009
class Typhoon include Typhoeus def initialize(user = nil)
bkocik updated gist: 185979 Sun Oct 04 06:38:02 -0700 2009
class Typhoon include Typhoeus def initialize(user = nil)
bkocik updated gist: 185979 Sun Oct 04 06:35:04 -0700 2009
class Typhoon include Typhoeus def initialize(user = nil)
bkocik updated gist: 185979 Sun Oct 04 06:31:24 -0700 2009
require 'oauth/request_proxy/typhoeus' class Typhoon include Typhoeus
bkocik updated gist: 198186 Sun Oct 04 05:59:18 -0700 2009
def signed_request(uri, options = {}) req = Typhoeus::Request.new(uri, options) if @user
bkocik updated gist: 185979 Sun Oct 04 05:02:11 -0700 2009
require 'oauth/request_proxy/typhoeus' class Typhoon include Typhoeus
bkocik created gist: 198186 Wed Sep 30 08:39:54 -0700 2009
def signed_request(uri, options = {}) req = Typhoeus::Request.new(uri, options) if @user
bkocik created branch typhoeus at bkocik/typhoauth Tue Sep 29 04:01:14 -0700 2009