I have 2 GAE apps. The first one contains a set of REST services that the second app needs to call. I am trying to use the 2 legged oauth functionality provided by the URLFetchService. However, it appears to use the same cert to sign all requests from any GAE app so I do not see a good way to distinguish between 2 different apps calling my service. The only peice of information that is different is the opensocial_app_id. Is this the correct way to handle this case or is there a better alternative?
-- You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en.
