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 550 forks source link

Add Yandex, Baidu, Seznam, Naver services #47

Open PavelPZ opened 10 years ago

PavelPZ commented 10 years ago

Thank you for extensive support of many of OAuth services.

There are some of them, which dominates on local markets (Russia, China, Czech, Korea). See http://www.marketingpilgrim.com/2008/09/standing-between-google-and-world-domination.html

Have you any plan to incorporate those services to hello.js?

Thanks advanced

MrSwitch commented 10 years ago

Hey @PavelPZ

Would you be interested in adding these? I'd certainly like HelloJS to support them.

A

PavelPZ commented 10 years ago

Hi @MrSwitch,

I am sorry, OAuth is black box for me.

It will be pleasure for me to participate in any other way (testing etc.)

I found some sources, as follows:

Yandex: http://api.yandex.com/oauth/ https://github.com/gurugray/passport-yandex

Baidu: I cannot find any official documentation in English, maybe this could help: https://github.com/xiaoao/passport-baidu

P.

MrSwitch commented 10 years ago

Hi @PavelPZ I'll add this as a new endpoint, but i can't say when this will be added. In the interim If you wanted to have a look at how the other services are included as modules in Hello.js i would be happy to answer any questions regarding their implementation.

Thanks A