Swapped fb with fbgraph, and other minor fixes

This commit is contained in:
Sahat Yalkabov
2013-12-07 22:15:11 -05:00
parent c4669aca3b
commit 8967f461eb
4 changed files with 26 additions and 18 deletions

View File

@ -24,7 +24,7 @@
"passport-google-oauth": "*",
"sendgrid": "*",
"tumblr.js": "*",
"fb": "*",
"fbgraph": "*",
"node-foursquare": "*"
}
}

View File

@ -5,5 +5,14 @@ block content
h1
i.fa.fa-facebook-square
| Facebook API
if !user.tokens.facebook
a.btn.btn-large.btn-primary(href='/auth/facebook') Get Facebook Token
.btn-group.btn-group-justified
a.btn.btn-lg.btn-primary(href='https://developers.facebook.com/docs/graph-api/quickstart/', target='_blank')
i.fa.fa-check-square-o
| Quickstart
a.btn.btn-lg.btn-primary(href='https://developers.facebook.com/tools/explorer', target='_blank')
i.fa.fa-facebook
| Graph API Explorer
a.btn.btn-lg.btn-primary(href='https://developers.facebook.com/docs/graph-api/reference/', target='_blank')
i.fa.fa-code-fork
| API Reference
p Facebook

View File

@ -4,7 +4,7 @@ block content
.page-header
h1
i.fa.fa-foursquare
| Foursquare APIs
| Foursquare API
.btn-group.btn-group-justified
a.btn.btn-lg.btn-primary(href='https://developer.foursquare.com/start', target='_blank')
i.fa.fa-check-square-o

View File

@ -26,7 +26,6 @@ block content
.col-xs-8
h4
a(href='#{repo.html_url}') #{repo.name}
p
.btn.btn-sm.btn-primary-outline
i.fa.fa-eye-slash
| Watchers: #{repo.watchers_count}