Sha256: 82e66977573e3e4b6df09f670c63705736a09e1c0dcf04d9692020e358a53211

Contents?: true

Size: 1.37 KB

Versions: 13

Compression:

Stored size: 1.37 KB

Contents

# frozen_string_literal: true

module  Rspeckled
module  OmniAuth
module  MockAuthentications
module  Twitter
  def self.authentication
    ::OmniAuth::AuthHash.new(
      'provider'    => 'twitter',
      'uid'         => '100002971692646',
      'credentials' => {
        'token' => 'my_twitter_token',
      },
      'info'        => {
        'name'        => 'Sharon Letuchysky',
        'email'       => nil,
        'nickname'    => nil,
        'first_name'  => 'Sharon',
        'last_name'   => 'Letuchysky',
        'location'    => nil,
        'description' => nil,
        'image'       => 'http://graph.facebook.com/100002971692646/picture?type=square',
        'phone'       => nil,
        'urls'        => {
          'Facebook' => 'http://www.facebook.com/profile.php?id=100002971692646',
          'Website'  => nil,
        },
      },
      'extra'       => {
        'user_hash' => {
          'id'           => '100002971692646',
          'name'         => 'Sharon Ambiggjcaccg Letuchysky',
          'first_name'   => 'Sharon',
          'middle_name'  => 'Ambiggjcaccg',
          'last_name'    => 'Letuchysky',
          'link'         => 'http://www.facebook.com/profile.php?id=100002971692646',
          'gender'       => 'female',
          'locale'       => 'en_US',
          'updated_time' => '2011-09-11T17:00:51+0000',
        },
      }
    )
  end
end
end
end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
rspeckled-2.0.1 lib/rspeckled/plugins/extensions/omniauth/mock_authentications/twitter.rb
rspeckled-2.0.0 lib/rspeckled/plugins/extensions/omniauth/mock_authentications/twitter.rb
rspeckled-1.4.0 lib/rspeckled/plugins/extensions/omniauth/mock_authentications/twitter.rb
rspeckled-1.3.1 lib/rspeckled/plugins/extensions/omniauth/mock_authentications/twitter.rb
rspeckled-1.3.0 lib/rspeckled/plugins/extensions/omniauth/mock_authentications/twitter.rb
rspeckled-1.2.1 lib/rspeckled/plugins/extensions/omniauth/mock_authentications/twitter.rb
rspeckled-1.2.0 lib/rspeckled/plugins/extensions/omniauth/mock_authentications/twitter.rb
rspeckled-1.1.3 lib/rspeckled/plugins/extensions/omniauth/mock_authentications/twitter.rb
rspeckled-1.1.2 lib/rspeckled/plugins/extensions/omniauth/mock_authentications/twitter.rb
rspeckled-1.1.1 lib/rspeckled/plugins/extensions/omniauth/mock_authentications/twitter.rb
rspeckled-1.1.0 lib/rspeckled/plugins/extensions/omniauth/mock_authentications/twitter.rb
rspeckled-1.0.5 lib/rspeckled/plugins/extensions/omniauth/mock_authentications/twitter.rb
rspeckled-1.0.4 lib/rspeckled/plugins/extensions/omniauth/mock_authentications/twitter.rb