Skip to content

Commit f5cdead

Browse files
committed
Merge pull request github#187 from randomecho/linkrot
Facebook API redirects to Facebook Login guide
2 parents dbd06fa + e365faf commit f5cdead

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

content/v3/libraries.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ The [GitHub Java API](https://github.com/eclipse/egit-github/tree/master/org.ecl
4848
is part of the [GitHub Mylyn Connector](https://github.com/eclipse/egit-github) and aims to support the entire
4949
GitHub v3 API. Builds are available in [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22org.eclipse.egit.github.core%22).
5050

51-
## Javascript
51+
## JavaScript
5252

5353
* [Node-GitHub][ajaxorg-node-github]
5454
* [NodeJS GitHub library][octonode]
5555
* [gh3 client-side API v3 wrapper][gh3]
56-
* [GitHub.js wrapper around the Github API][github]
56+
* [GitHub.js wrapper around the GitHub API][github]
5757

5858
[ajaxorg-node-github]: https://github.com/ajaxorg/node-github
5959
[octonode]: https://github.com/pksunkara/octonode
@@ -69,10 +69,10 @@ GitHub v3 API. Builds are available in [Maven Central](http://search.maven.org/
6969
## Perl
7070

7171
* [Pithub][pithub-github] ([CPAN][pithub-cpan])
72-
* [Net::Github][net-github-github] ([CPAN][net-github-cpan])
72+
* [Net::GitHub][net-github-github] ([CPAN][net-github-cpan])
7373

7474
[net-github-github]: https://github.com/fayland/perl-net-github
75-
[net-github-cpan]: http://search.cpan.org/~fayland/Net-GitHub-0.30/lib/Net/GitHub.pm
75+
[net-github-cpan]: http://search.cpan.org/dist/Net-GitHub/
7676
[pithub-github]: https://github.com/plu/Pithub
7777
[pithub-cpan]: http://metacpan.org/module/Pithub
7878

@@ -101,7 +101,7 @@ GitHub v3 API. Builds are available in [Maven Central](http://search.maven.org/
101101
[libsaas]: https://github.com/ducksboard/libsaas
102102
[github3py]: https://github.com/sigmavirus24/github3.py
103103
[sanction]: https://github.com/demianbrecht/sanction
104-
[agithub]: https://github.com/jpaugh64/agithub "Agnostic Github"
104+
[agithub]: https://github.com/jpaugh64/agithub "Agnostic GitHub"
105105
[githubpy]: https://github.com/michaelliao/githubpy
106106

107107
## Ruby

content/v3/oauth.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -275,12 +275,12 @@ It can be a little tricky to get started with OAuth. Here are a few
275275
links that might be of help:
276276

277277
* [OAuth 2 spec](http://tools.ietf.org/html/draft-ietf-oauth-v2-07)
278-
* [Facebook API](http://developers.facebook.com/docs/authentication/)
278+
* [Facebook Login API](http://developers.facebook.com/docs/technical-guides/login/)
279279
* [Ruby OAuth2 lib](https://github.com/intridea/oauth2)
280-
* [simple ruby/sinatra example](https://gist.github.com/9fd1a6199da0465ec87c)
281-
* [simple python example](https://gist.github.com/e3fbd47fbb7ee3c626bb) using [python-oauth2](http://github.com/dgouldin/python-oauth2)
282-
* [Ruby OmniAuth example](http://github.com/intridea/omniauth)
283-
* [Ruby Sinatra extension](http://github.com/atmos/sinatra_auth_github)
284-
* [Ruby Warden strategy](http://github.com/atmos/warden-github)
280+
* [Simple Ruby/Sinatra example](https://gist.github.com/9fd1a6199da0465ec87c)
281+
* [Simple Python example](https://gist.github.com/e3fbd47fbb7ee3c626bb) using [python-oauth2](https://github.com/dgouldin/python-oauth2)
282+
* [Ruby OmniAuth example](https://github.com/intridea/omniauth)
283+
* [Ruby Sinatra extension](https://github.com/atmos/sinatra_auth_github)
284+
* [Ruby Warden strategy](https://github.com/atmos/warden-github)
285285

286286
[app-listing]: https://github.com/settings/applications

0 commit comments

Comments
 (0)