-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Friend Graphs #9
Comments
Shouldn't this be left for the developer to implement if he or she pleases? Using something like facepy it's trivial to get the friend graph (or any other graph stuff) after you have someones token. Which leaves django-la-facebook nice and lean... |
I agree. Also, I'm thinking about deprecating this library in favor of django-social-auth. |
Hmm, i'll check that out then. I had some bad experiences with all those do everything libraries out there (social-registration, all-auth, etc) so i just switched to la-facebook for it's elegance. But i missed that particular one. |
on second thought... i did try that one out as well and i couldn't get it to work... so i would vote against deprecation :) |
The problem with django-social-auth is that it's docs are lacking, especially in simple examples. Me and Kenneth Love plan to work on that. Thanks for appreciating this library. @ptone and @JacobBurch deserve a lot of that credit! |
Well thats good news then, i appreciate the docs for this lib as well. I like that it takes the time to actually explain the process. As for simple examples; i would bet that 80% of the use cases are for just facebook + twitter + normal email registration, so setting up just that would make for a good example... |
Display the user's Friend Graph
The text was updated successfully, but these errors were encountered: