So I am trying to post a status update within my webOS application, so I need to stick to Javascript.
I can get the user authorized and I get a response with the following: oauth_token=819797- Jxq8aYUDRmykzVKrgoLhXSq67TEa5ruc4GJC2rWimw&oauth_token_secret=J6zix3FfA9LofH0awS24M3HcBYXO5nI1iYe8EfBA&user_id=819797&screen_name=episod Now, do I have to go about getting a token EVERY single time I want to do something or just the first time? Now I am trying to use the above info to post a status update but I keep getting a 401 error. Here is the postBody data I am sending: oauth_consumer_key=FIyxziPu6RJw0T9M0KYM2B&oauth_nonce=24DHD6&oauth_signature_method=HMAC- SHA1&oauth_signature=3e5Y6DfEwtbfW%2BblvhngR5jaBPs %3D&oauth_timestamp=1276197912&oauth_token=102299884- Ojfq7RIY8kA6X5918VL6XlYxp9wA32ATHLqCQohY&status=Testing out the API! Not really sure how to verify all this, anyone able to help me out? Note: I have changed all the keys and signature and token a small degree for security, if anyone is willing to help privately I can send you the accurate keys. Thanks
