I am having a hard time understanding the authentication flow of django_facebook. If I have a native android app do I use my app id and app secret in the 'settings.py' or do I use the app id and secret in my native app to get the api key?
Asked
Active
Viewed 55 times
0
-
you need to create app in developers.facebook.com and it gives you facebook_app_id and app_secret. After that you should use it at setting .py not your android app id and secret... for more http://django-facebook.readthedocs.org/en/latest/index.html – nKandel Nov 09 '14 at 11:04
-
How about when I want to login with android. The chapter on mobile does not explain what I am supposed to do with the api key I get from there. Is it the same as if I was using the Java script sdk? – zacmwa Nov 09 '14 at 12:21