I need a php function that generates access token to uniquely identify users. I will store this token in an extra column named "token" and I will use it for authentication with mobile app. I searched for it online and all results refer to either twitter or facebook. I need it in my app.
I use cakePHP backend and Android platform.
Thanks a lot.
