Swapped fb with fbgraph, and other minor fixes
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
"passport-google-oauth": "*",
|
||||
"sendgrid": "*",
|
||||
"tumblr.js": "*",
|
||||
"fb": "*",
|
||||
"fbgraph": "*",
|
||||
"node-foursquare": "*"
|
||||
}
|
||||
}
|
||||
|
@ -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
|
@ -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
|
||||
|
@ -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}
|
||||
|
Reference in New Issue
Block a user