Well, my problem seems to be something silly, but it is not.
Since yesterday, I have been noticing a small mistake in some of the twitter service. In fact, in some API integration this error is appearing in the OAuth signature. Weirdly, it is not already checked all.
I reviewed the code, written in strict accordance with the documentations / RC. However, the problem persists.
"Could not authenticate with OAuth." at the following URL
https://api.twitter.com/1/statuses/home_timeline.json?include_entities=true.
The funny thing is that if I remove the GET parameters
https://api.twitter.com/1/statuses/home_timeline.json
the code returns the data normally. Other services such as 'public_timeline.json' function normally when I include the GET parameters. Anyone have any idea what is causing this? Is this is a mistake by Twitter?