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": "*", "passport-google-oauth": "*",
"sendgrid": "*", "sendgrid": "*",
"tumblr.js": "*", "tumblr.js": "*",
"fb": "*", "fbgraph": "*",
"node-foursquare": "*" "node-foursquare": "*"
} }
} }

View File

@ -5,5 +5,14 @@ block content
h1 h1
i.fa.fa-facebook-square i.fa.fa-facebook-square
| Facebook API | Facebook API
if !user.tokens.facebook .btn-group.btn-group-justified
a.btn.btn-large.btn-primary(href='/auth/facebook') Get Facebook Token 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 .page-header
h1 h1
i.fa.fa-foursquare i.fa.fa-foursquare
| Foursquare APIs | Foursquare API
.btn-group.btn-group-justified .btn-group.btn-group-justified
a.btn.btn-lg.btn-primary(href='https://developer.foursquare.com/start', target='_blank') a.btn.btn-lg.btn-primary(href='https://developer.foursquare.com/start', target='_blank')
i.fa.fa-check-square-o i.fa.fa-check-square-o

View File

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