In a Rails 3.2 app I'm need to allow users to access their Google Plus albums and photos.
After a lot of searching, I'm very confused as to what is the currently accepted best practice to do this (in part this is because Google seems to be in the process of transitioning these products and APIs).
Ideally I would like to remain entirely within the Google Plus api and avoid Picassa (this product appears to be on the way out..?).
I'd appreciate some advice
- Can photos, albums, videos, etc be accessed via the Google Plus api.
- Is there a good up-to-date guideline for integrating Google Plus photos with Rails.
- What gems should I be looking at (I already have Google oauth working in the app, I've examined the google_plus gem but it appears to access user profiles and activities, but not photos/albums).
Has anyone managed to integrate Google Plus photos into a Rails app?
Or has anyone managed to access photos via the Google Plus api at all?