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:
- Change UI from facebook webpanel: I already customized the apps UI from web panel. But this design is not affected in my application. My application is in development mode.
- Change SMS message body: Currently in SMS body is like:
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:
- Currently i am in development mode. So may be it will resolved when i release this apps. But how i add [RELEASE MODE] for accountKit project?
Thanks in advance.