Hi there,

I've got my application working sweetly with Twitter authentication,
but the number of round trips is annoying me. Presently before I can
look a Twitter account up in my code, I must call verify_credentials
to find out the authenticated session's Twitter user_id. Is there some
way to avoid doing this?

At the moment the OAuth dance is more like a prolongued waltz because
of this. :) Something like 5 round trips for a new user on my service.

Thanks,


David.

Reply via email to