Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have an application that prints the contents of a URL (to a physical printer) at a certain point. I want this to happen automatically and without further user input. I am using SWT to load the URL into an SWT browser (that works int he background only - it is not visible) and print. The sole problem at this point is that the server wants to authorize me, popping up a dialog for a username/password. I've been able to get around this by putting the credentials in the URL (http://username:password@server.com/resource) but I imagine there must be a better way to do this.

For clarification, this is an authorization dialog, not an authentication dialog. I am aware of addAuthenticationListener, but this is never called since I am trying to authorize, not authenticate.

share|improve this question
Is that last paragraph right? It seems like you flipped something somewhere: "this is an authentication dialog ... I am trying to authorize, not authenticate " – Michael Mrozek May 11 '10 at 18:35
1  
er yeah, got them backwards, will fix. Just goes to show how tricky it can be to keep them straight when looking for answers since they sound so much alike. – Ryan Elkins May 11 '10 at 18:41

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.