Taylor,
In the meantime I think I recognized I am not able to use TWRequest, because I have to send more than 128 characters (a whole bunch of scores).
So I will be using a “normal” post-request.
How can I send the twitter-authorization, that is already present on the IOS-Device to my web-service?
The web service should be able to verify the credentials and retrieve the screen-name.
Would using oAuthEcho be the correct solution? If yes, how do I handle the rate limiting problem of the verify call?
Thanks for yor reply, Heiko