stack5
stack5

Reputation: 430

Twitter digits-android: exception 403 error:239

I'm trying to implement the sample Twitter Digit app available on Github. https://github.com/twitter/digits-android

But after following all the steps and populating every known place with API key and API secret.

My code is same I've just populated the properties file.

I'm getting: Digits﹕ HTTP Error: 403 Forbidden, API Error: 239, User Message: Try Again

Can anyone tell where the mistake is ?

Upvotes: 3

Views: 894

Answers (1)

mumayank
mumayank

Reputation: 1700

The project will not work when copied as-is. You need to replace the consumer key and secret provided in the example project with your own. You can generate your own consumer key and secret via Fabric web portal.

Upvotes: 0

Related Questions