Polymer Web Component that obtains Google+ feed for an user.
<googleplus-timeline token="USER_ACCESS_TOKEN"> </googleplus-timeline>
Properties | ||
---|---|---|
token | Google+ access token of the logged in user | Required <String> |
language | Language of information provided by the component (details about a certain post, not the post content itself) | Optional <String> (Default: 'en') |
When you complete the G+ sign in flow, you obtain an access token necessary to authenticate you through the subsecuent calls to the Google+ API. This component needs it to obtain info (posts) on user's behalf. To implement/integrate the sign in flow in your application/site please visit Sign In Users and Integrating Google Sign-In into your web app. You can find here some examples also.
Element dependencies are managed via Bower. You can install that via:
npm install -g bower
Then, go ahead and download the element's dependencies:
bower install