This is a known issue with sites that check user-agent headers. By
design, Google App Engine does not allow you to specify your own
user-agent header. In production, a user-agent specifying the source
of the request is automatically added. The behaviour you're seeing in
the SDK is added to replicate this.
Unfortunately, the only way around this is to petition digg and other
providers that do User-agent checks to provide an alternate way of
identifying yourself.
-Nick Johnson
-Nick Johnson