Getting stream from Google+ SDK? -


does current google+ sdk platform support pulling user stream google+ facebook/twiter news feed? did not find related in documentation.

you cannot recreate google+ steam using apis.

you user's list of friends' public posts if using plus.login scope access people.list method , used activities.list each person returned in people list. then, if wanted comments, use comments.list each activity. again won't recreate real stream because public data. you'd miss out on posts community posts public, wouldn't come these apis.

depending on app trying do, might sufficient if you're trying display feed of own posts. if trying create own google+ client, not work , end running out of quota.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -