Swapped fb with fbgraph, and other minor fixes
This commit is contained in:
@ -24,7 +24,7 @@
|
|||||||
"passport-google-oauth": "*",
|
"passport-google-oauth": "*",
|
||||||
"sendgrid": "*",
|
"sendgrid": "*",
|
||||||
"tumblr.js": "*",
|
"tumblr.js": "*",
|
||||||
"fb": "*",
|
"fbgraph": "*",
|
||||||
"node-foursquare": "*"
|
"node-foursquare": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,15 @@ block content
|
|||||||
.page-header
|
.page-header
|
||||||
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
|
@ -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
|
||||||
|
@ -26,19 +26,18 @@ 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}
|
.btn.btn-sm.btn-primary-outline
|
||||||
.btn.btn-sm.btn-primary-outline
|
i.fa.fa-star
|
||||||
i.fa.fa-star
|
| Starred: #{repo.stargazers_count}
|
||||||
| Starred: #{repo.stargazers_count}
|
.btn.btn-sm.btn-primary-outline
|
||||||
.btn.btn-sm.btn-primary-outline
|
i.fa.fa-code-fork
|
||||||
i.fa.fa-code-fork
|
| Forks: #{repo.forks_count}
|
||||||
| Forks: #{repo.forks_count}
|
.btn.btn-sm.btn-primary-outline
|
||||||
.btn.btn-sm.btn-primary-outline
|
i.fa.fa-code
|
||||||
i.fa.fa-code
|
| #{repo.language}
|
||||||
| #{repo.language}
|
|
||||||
.well
|
.well
|
||||||
strong DESCRIPTION
|
strong DESCRIPTION
|
||||||
p= repo.description
|
p= repo.description
|
Reference in New Issue
Block a user