signalpoint / DrupalGap

An application development kit for Drupal websites.
https://www.drupalgap.org
GNU General Public License v2.0
232 stars 186 forks source link

hybridauth module #579

Open coolman7 opened 9 years ago

coolman7 commented 9 years ago

hybridauth project provides automated login and register processes from 35 social platforms (including facebook, twitter, instagram, vk, etc)

https://www.drupal.org/project/hybridauth

If we have a drupalgap module for hybridauth, we could have a better register and login interface. Currently we have only facebook module on drupalgap.

signalpoint commented 9 years ago

@coolman7 Yes, that'd be great. This will need contributions to be implemented.

coolman7 commented 9 years ago

I would like to help, but I don't know how to do. Can you give me some clue or starting point to implement such drupalgap module? Thanks

signalpoint commented 9 years ago

@coolman7 I'd recommend learning more about how the hybridauth module works on the Drupal side, then we'd most likely need a Drupal Services based module on the Drupal and DrupalGap side, which would help the app hit the particular Service Resources on the Drupal side.

kinmenRP commented 9 years ago

I'm very interested in this too. Some time ago I searched on internet to see if anybody had already implemented something in js, but the only useful link I've found was this: http://stackoverflow.com/questions/16074460/combining-hybridauth-with-javascript-sdks?rq=1 Imho hybridauth wouldbe a very nice module for drupalgap...