Go to content

Articles written in 2013

  • Retrieve Facebook profile data in Java: Apache Oltu

    Published on

    In previous blogposts I explained how you can get Facebook profile data using Scribe or Spring Social for the OAuth 2 handling. In this article you can read how to get the profile using Apache Oltu (formerly known as Apache Amber). Update: browsing...

  • Retrieve Facebook profile data in Java: Spring Social

    Published on

    In the previous blogpost I explained how you can get Facebook profile data using Scribe. This blogpost will do the same for Spring Social. Setup The Maven dependency for Spring Social...

  • Retrieve Facebook profile data in Java: Scribe

    Published on

    In a series of blogposts I’ll describe how to retrieve a Facebook profile using several OAuth2 libraries for Java and Spring MVC. The first example is for Scribe. Setup The Maven dependency for...