Skip to content

Polymer Web Component that obtains Google Plus feed for an user

License

Notifications You must be signed in to change notification settings

ailopera/googleplus-timeline

Repository files navigation

googleplus-timeline

Polymer Web Component that obtains Google+ feed for an user.

Use

    <googleplus-timeline token="USER_ACCESS_TOKEN"> </googleplus-timeline>

Properties

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')

Obtaining an access token

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.

Dependencies

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

About

Polymer Web Component that obtains Google Plus feed for an user

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages