Code Monkey home page Code Monkey logo

Comments (7)

canujohann avatar canujohann commented on July 2, 2024

Same problem for 3 days.. and I found this : http://www.zdnet.com/twitter-enforces-ssl-encryption-for-apps-connecting-to-its-api-7000025138/ According to the readme file, you can set ssl to true as parameter...

from grackle.

hayesdavis avatar hayesdavis commented on July 2, 2024

@mmahalwy, @canujohann is correct. Twitter recently made the change to require SSL on all connections. Grackle defaults to ssl off (which I need to change soon) but you can turn it on by passing :ssl=>true in the constructor hash.

from grackle.

edEssential avatar edEssential commented on July 2, 2024

private
def self.client
Grackle::Client.new(:auth=>{
:type=>:oauth,
:ssl=>true,
:consumer_key=>'MY_CONSUMER_KEY',
:consumer_secret=>'MY_CONSUMER_SECRET',
:token=>"MY_TOKEN",
:token_secret=>"MY_SECRET_TOKEN"
})

end

Still giving the same message at command line... any ideas?

from grackle.

mmahalwy avatar mmahalwy commented on July 2, 2024

private
def self.client
Grackle::Client.new(:ssl=>true, :auth=>{

:type=>:oauth,
:consumer_key=>'MY_CONSUMER_KEY',
:consumer_secret=>'MY_CONSUMER_SECRET',
:token=>"MY_TOKEN",
:token_secret=>"MY_SECRET_TOKEN"
})

end

On Wed, Feb 12, 2014 at 5:57 AM, edEssential [email protected]:

private
def self.client
Grackle::Client.new(:auth=>{
:type=>:oauth,
:ssl=>true,
:consumer_key=>'MY_CONSUMER_KEY',
:consumer_secret=>'MY_CONSUMER_SECRET',
:token=>"MY_TOKEN",
:token_secret=>"MY_SECRET_TOKEN"
})

end

Still giving the same message at command line... any ideas?

Reply to this email directly or view it on GitHubhttps://github.com//issues/35#issuecomment-34858177
.

Mohamed El Mahallawy

@mmahalwy4167101981

from grackle.

hayesdavis avatar hayesdavis commented on July 2, 2024

@edEssential , @mmahalwy is correct. Looks like your :ssl parameter is inside your :auth hash. It needs to be specified outside of the :auth hash. After that, all should be well.

from grackle.

mmahalwy avatar mmahalwy commented on July 2, 2024

@hayesdavis should have explain afterwards. Thanks!

from grackle.

edEssential avatar edEssential commented on July 2, 2024

@mmahalwy @hayesdavis Works perfectly. Cheers!

from grackle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.