## Current work Do proof of concept to aggregate pebblecode: - [x] G+ - [Google api console](https://code.google.com/apis/console) - [pebblecode G+ posts](https://plus.google.com/111015721606354758456/posts) - Ruby gems - [Google api official ruby gem](https://github.com/google/google-api-ruby-client) - [google_plus gem](https://github.com/seejohnrun/google_plus) - [gplus gem](https://github.com/nfm/gplus) - [Activities api](https://developers.google.com/+/api/latest/activities#resource) - [APIs explorer to display the activities list](https://developers.google.com/apis-explorer/#s/plus/v1/plus.activities.list?userId=111015721606354758456&collection=public&maxResults=10&_h=2&) - [Server authorization](https://code.google.com/p/google-api-ruby-client/#Authorization) - needed? - Try this? http://stackoverflow.com/questions/8796696/accessing-google-ruby-api-in-public-mode - Rubbish resources - ~~[G+ serverside sign on](https://developers.google.com/+/web/signin/server-side-flow)~~ (not using browser sign on) - ~~[Quickstart for ruby](https://developers.google.com/+/quickstart/ruby)~~ (not using browser sign on) - [x] Twitter - [User timeline](https://dev.twitter.com/docs/api/1.1/get/statuses/user_timeline) - [twitter gem](https://github.com/sferik/twitter) - [x] Blog posts - [tumblr_client gem](https://github.com/tumblr/tumblr_client) - [ ] Static content eg, job posts Other - [ ] Display where the blog listing is - [ ] Cache social media feed - Redis addons only allow <= 10 connections for free accounts - [Cloudant heroku plugin](https://devcenter.heroku.com/articles/cloudant#provisioning-the-addon) - [Couch potato gem](https://github.com/langalex/couch_potato) - [Couchdb libraries](http://wiki.apache.org/couchdb/Related_Projects) - [ ] Setup secrets for staging/prod ## Current work - [Using rest-client](https://github.com/pebblecode/pebblecode.com/tree/features/social-feed-rest-client)
Current work
Do proof of concept to aggregate pebblecode:
G+ serverside sign on(not using browser sign on)Quickstart for ruby(not using browser sign on)Other
Current work