Hi, I'm creating a Robot using the Java API and am using the
PopupLoginFormHandler in a manner similar to the Tweety example - i.e.
if the user has no request token nor auth token, render the
PopupLoginFormHandler to request OAuth authorization.

The PopupLoginFormHandler#renderLogin method currently deletes the
root blip document content:

@Override
public void renderLogin(String userRecordKey, Wavelet wavelet) {
    // Clear login form.
    TextView document = wavelet.getRootBlip().getDocument();
    document.delete();

Would it be possible to add the login form without deleting the root
blip contents? This causes a problem in the case where someone has
already added content to the root blip and then decides to add the
robot that pulls in the log in form. It forces the user to always add
the robot before adding content to the root blip, which is a bit heavy
handed IMO.

Thanks!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to