Skip to content

Latest commit

 

History

History
 
 

spring-social-canvas

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Spring Social Canvas

This sample app demonstrates how to use Spring Social within a Facebook Canvas application.

Before you can run the application, you'll need to obtain application credentials from Facebook, Twitter, and LinkedIn by registering the application with each of the service providers:

Be sure to read each platform's usage policies carefully and understand how they impact your use of Spring Social with those platforms.

IMPORTANT: Note that the steps for running the sample differ slightly from the other Spring Social samples:

  1. Build the application using Gradle:
$ gradlew build
  1. Deploy and start the application on a Servlet 2.5 or > container such as Tomcat 6 or 7 and ensure that HTTPS support is enabled. For convenience, you should be able to run the application using Maven with mvn tomcat:run.
  2. Navigate to http://apps.facebook.com/springsocialcanvas in your browser. This is the canvas page configured in Facebook for the Spring Social Canvas sample.

The pertinent details of the application's Facebook configuration is as follows:

Discuss at forum.springsource.org and collaborate with the development team at jira.springframework.org/browse/SOCIAL.