Swapped fb with fbgraph, and other minor fixes

pull/2/head
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

@ -4,6 +4,15 @@ block content
.page-header
h1
i.fa.fa-facebook-square
| Facebook API
if !user.tokens.facebook
a.btn.btn-large.btn-primary(href='/auth/facebook') Get Facebook Token
| Facebook API
.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,19 +26,18 @@ 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}
.btn.btn-sm.btn-primary-outline
i.fa.fa-star
| Starred: #{repo.stargazers_count}
.btn.btn-sm.btn-primary-outline
i.fa.fa-code-fork
| Forks: #{repo.forks_count}
.btn.btn-sm.btn-primary-outline
i.fa.fa-code
| #{repo.language}
.btn.btn-sm.btn-primary-outline
i.fa.fa-eye-slash
| Watchers: #{repo.watchers_count}
.btn.btn-sm.btn-primary-outline
i.fa.fa-star
| Starred: #{repo.stargazers_count}
.btn.btn-sm.btn-primary-outline
i.fa.fa-code-fork
| Forks: #{repo.forks_count}
.btn.btn-sm.btn-primary-outline
i.fa.fa-code
| #{repo.language}
.well
strong DESCRIPTION
p= repo.description