MrSwitch / hello.js

A Javascript RESTFUL API library for connecting with OAuth2 services, such as Google+ API, Facebook Graph and Windows Live Connect
https://adodson.com/hello.js/
MIT License
4.63k stars 548 forks source link

Popup closes immediately with Twitter Login #336

Open murbano83 opened 9 years ago

murbano83 commented 9 years ago

Hi all,

I have a problem to get working with Twitter. All are working except Twitter, after click on button, the popup closes immediately and i can't login.

There is the hello.init:

hello.init({
    google: "xxxxxx",
    twitter: "xxxxx",
    facebook: "xxxxx",
    linkedin: "xxxxx"
  },{
    scope : 'email'
  });

I don't know why, on twitter I put the Consumer Key (API Key) from https://apps.twitter.com/app/xxxx/keys but din't work.

Anyone know what i'm doing wrong?

Thank you in advance!

jmgamboa commented 8 years ago

@murbano83 did you ever figure out what the issue was

jmgamboa commented 8 years ago

@murbano83 hey check out my comment here. https://github.com/MrSwitch/hello.js/issues/392