Domanda

Am developing an app in AppEngine and experimenting OAuth where i came across scribe-java [1] which seems to be easy and good and am planning to use the same.

Will it play in appengine (i.e. with given JRE whitelist)? Any one using it with success? I didn't see it listed in [2] and also googling on the same didn't give me direct answers.

Thanks for your reply.

[1] https://github.com/fernandezpablo85/scribe-java
[2] http://code.google.com/p/googleappengine/wiki/WillItPlayInJava

È stato utile?

Soluzione

I have used scribe with Google AppEngine successfully many times.

Scribe uses java.net.HttpURLConnection which Google AppEngine supports, so there's no problem there.

Thanks for noticing that's not listed on the GAE page, will try to see if I can get Google guys to include it :)

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top