I have a j2me project on a blackberry that needs to connect to twitter. I've already done most of the heavy stuff, I have an api that easily directed me to the access token. Now I can not get authentication to work with status updating in REST.
I know that my tokens are valid, because if I run the GET method, for example, check credentials, this is normal, everything is valid. But POST messages just confuse me. Do I have to transfer the entire consumer key, signature, oauth version, etc. Every time I update status? Or am I just passing an access token? It is assumed that all of them must be POST variables or only those specified in twitter api as parameters. The twitter api documentation completely lost me.
If someone had a link to a site on which examples of all these messages were placed in the plain text NOT in the library, since 99% of the manuals for this situation would be very useful.
source
share