1 Reply Latest reply on Dec 2, 2011 4:19 AM by antoine.antoine.abside.com

    Seam social callback

    tsweeney56

      I am working with the seam social module to connect via twitter.  I am using beta 2. 


      Before anyone suggests an upgrade I am not moving the rest of my seam components until 3.1 is GA'd, so im stuck with the beta 2 config.


      I want to change the callback uri at runtime so i can configure different uri's for testing and production. 


      i have tried setting the callback in the settings just before getting the authorization url like this


      service.getSettings().setCallback(www.testitnow.com);


      but i still get the callback from the config file.  Removing the callback from the config does not help


      Any suggestions?