Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
html
html
FacebookSignInPanel x = new FacebookSignInPanel("signInPanel");
add(x);

Errors that can occurr:

  • Facebook API-Error 100:
    Code Block
    
    API Error Code: 100
    API Error Description: Invalid parameter
    Error Message: next is not owned by the application.
    
    Solution: Add a Post-Authorize Rederict URL in you Facebook-App
    see: Scott Murphy's Blog

I hope this is useful for you,
Markus

Updates:

  • 2010/6/10:
    Code Block
    
    * Added createPanel() to the constructor.
    * Added common Bug API Error 100