Reputation: 1740
Even after lots of googling I could only find very basic and raw examples which are very difficult to understand. Can someone please help me in setting up OAuth server and client implementation in PHP? Thanks in advance.
Upvotes: 0
Views: 128
Reputation: 96
I've created a simple class in PHP for Google oAuth available here
I've also implemented other Facebook and Microsoft oAuth on other projects and they are similar but don't work exactly the same way. The differences I remember are:
You can read my small tutorial here, the site itself uses that class and oAuth login :)
Upvotes: 1