Grails

Facebook Oauth for fetching page token

OAuth is a secure mechanism to access facebook. To access facebook in your grails application you need to create a facebook app, go to https://developers.facebook.com, click on Apps dropdown, further click on 'Create a new App'. Ensure that you register the URL of you application with the Facebook app you have setup. Save your...

by Mansi Arora
Tag: oauth
28-Apr-2014

Grails

Integrating Tumblr with grails application

In my current grails project, i needed to integrate Tumblr with the application using Tumblr API. I searched a lot about it and find the Java wrapper of Tumblr to use it with my grails application and thought it worth sharing. Tumblr uses OAuth1.0 protocol for authorization when our application tries to access the data. The steps...

by Vivek Garg
Tag: oauth
13-Mar-2014

Grails

Integrating LinkedIn with grails application

In my recent grails project, i needed to integrate LinkedIn with the application using LinkedIn API. I searched a lot about it and find the Java wrapper of linkedIn to use it with my grails application and thought it worth sharing. LinkedIn uses OAuth2.0 protocol for authorization when our application tries to access the data. ...

by Vishal Sahu
Tag: oauth
19-Mar-2012