vincilbishop / meteor-facebook-server-methods

A collection of Facebook functions exposed as Meteor methods.
MIT License
1 stars 1 forks source link

No compatible build found #1

Open oaeide opened 10 years ago

oaeide commented 10 years ago

meteor --version Meteor 0.9.3.1

meteor add premosystems:facebookservermethods [====================] 100% 0.0s Downloading packages
No compatible build found for premosystems:facebookservermethods@1.0.1

vincilbishop commented 10 years ago

man, I had high hopes for this package...but in the end because of the package format changes I had to jump it out of the package and just use it directly. If you are trying to do something specific like login from mobile, I can help you in concept. The method exists in this package to do that. Took me forever to figure out.

oaeide commented 10 years ago

Tok bad :( I have facebook auth working, want to drag all posts from a given friend into mongo..