Results 1 to 3 of 3

Thread: Spring Social Showcase Sample App - Unable to connect to Facebook.

  1. #1

    Default Spring Social Showcase Sample App - Unable to connect to Facebook.

    Hi

    Problem connecting to Facebook with Showcase Sample Web App, Error - "An error occurred with Spring Social Showcase. Please try again later.". Twitter and Linked work fine.

    Thanks.

  2. #2
    Join Date
    Aug 2004
    Posts
    1,075

    Default

    I just tried it and it seemed to work fine for me. I'm wondering two things: (1) at what point in the process did you get this error? At redirect? (2) Are you running on localhost:8080 or some other host/post? I ask this because OAuth 2 is sensitive to the callback URL sent on the initial redirect being the same as what is registered on FB with the application...if they're different, you'll run into trouble. As it is, Spring Social Showcase is registered with FB such that the callback URL must be based at http://localhost:8080/spring-social-showcase/.
    Craig Walls
    Spring Social Project Lead

  3. #3

    Default

    I had the url set to some other name. Thanks

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •