I'm trying to create an twitter client using c++.Since it's written in c++,not much infomation I found.
When I try to request a token,it kept saying "Failed to validate oauth signature and token". I don't know where I went wrong.So I cannot fix it. I just want more details. One of webs in my country supports oauth.I try using oauth on it.At first,I failed.But at least it provides me infomations like "signature doesn't match,expected:xxxxxx,received:oooooo".So I finally figure out where I went wrong. But twitter provides so little info.I don't even know wether the timestamp or the signature is wrong or some other stuff cause the problem. So,how can I retreive more details?
