hi ,
Am trying to post tweet using java code without any api. I got access token and access token secret. but when tried for status update. it says Authorization Required. can anyone tell me what might be the problem???
You should read up on the OAuth flow, but you’d probably find it much easier to use a library like Twitter4J which handles all of the heavy work for you.