I'm not so great with API's and I'm wanting to implement Sign in with Twitter to allow users to comment on my blog but I have no idea where to begin. Can anyone help point me in the right direction?
Just as an fyi, I am using Kirby as my CMS. I'm not sure I need this Authentication plugin as I'll be using Twitter for that, correct?
@joshuanhibbert Of course, I never check Nettuts. That might be just what I'm looking for, thanks! I need to verify with Kirby if a database is required (since it's a no DB CMS) or if I can get around without it.
Edit: Also, I think I only need a Read permission to verify their login credentials. I don't plan posting anything with the users account.
I'm not so great with API's and I'm wanting to implement Sign in with Twitter to allow users to comment on my blog but I have no idea where to begin. Can anyone help point me in the right direction?
Just as an fyi, I am using Kirby as my CMS. I'm not sure I need this Authentication plugin as I'll be using Twitter for that, correct?
Chris, this article might be of some assistance? http://net.tutsplus.com/tutorials/php/how-to-authenticate-users-with-twitter-oauth/
@joshuanhibbert Of course, I never check Nettuts. That might be just what I'm looking for, thanks! I need to verify with Kirby if a database is required (since it's a no DB CMS) or if I can get around without it.
Edit: Also, I think I only need a Read permission to verify their login credentials. I don't plan posting anything with the users account.
I believe Opauth is what I'm looking for.