I already implemented the facebook accountKit in my android application. They have nice documentation in their official page. That's link is here for documentation and here is sample code. currently i am fetching some issue. Those are given bellow:
USE 123456 as your login code for SOME_APPS [DEV MODE]. (Account Kit by Facebook)
But why this message "DEV MODE" word? When and how it will reduce? Some notes:
Thanks in advance.
It sounds like you are following the web customization on the developer portal. To customize the UI for Android, you'll need to follow these docs: https://developers.facebook.com/docs/accountkit/android/customizing
The [DEV MODE] will be removed once your app is no longer in development mode.