definitely246 / social

A preconfigured setup of oauth plugins that piggybacks off of the very popular lusitanian/phpoauthlib. The project uses a facade for oauth and api's to the most popular social websites (facebook, twitter, google, etc) and the goal of this project is to have oauth setup within 10 minutes of installing this package.
Other
83 stars 13 forks source link

Add GitHub Service #3

Closed brayniverse closed 11 years ago

brayniverse commented 11 years ago

This pull request adds the GitHub API to your list of available services.

Quite simple to add new services actually, so if you'd like me to add some more I don't mind doing so.

kdocki commented 11 years ago

Can you check and make sure this isn't an issue? If that is resolved everything else looks awesome...

brayniverse commented 11 years ago

Thanks for pointing that out kdocki, I've fixed the typo and committed to this pull request.

mgufrone commented 10 years ago

anyway, i've got a problem using Github service on Linux. This package use "github" in lowercase, meanwhile the for the service called as "GitHub", which could make a problem on calling the class.

brayniverse commented 10 years ago

I'm having difficulty interpreting your problem, it's clearly to do with the naming of the package services. I was conforming to the convention set by the existing services. Can you please elaborate on your problem, maybe explain what problem you experience calling the class?

mgufrone commented 10 years ago

While i call Social::login('github'), i got error message. It says that Call to a member function getAuthorizationUri() on a non-object . That's why i create pull request on #9