Skip to content

Modification of meteor core package accounts-facebook so that mobile clients can log in with oauth

License

Notifications You must be signed in to change notification settings

FranciscoVictor/accounts-facebook-ddp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#accounts-facebook-ddp

#####Summary

Modification of Meteor's accounts-facebook package so that mobile DDP clients can log in with OAuth.

This version is based on jasper-lu's work but with slight modifications to allow the request of the logged user's information

#####Instructions

In case you are already using meteor's accounts-facebook, first remove it using:

meteor remove accounts-facebook

Then add this package by using:

meteor add franciscovictor:accounts-facebook-ddp

#####Observations

This package works in pair with facebook-ddp, but you only need to add one, as shown above.

About

Modification of meteor core package accounts-facebook so that mobile clients can log in with oauth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.7%
  • CSS 17.3%