user856065
user856065

Reputation: 69

Blackberrry Twitter Integration to tweet photos

I am developing an application where user can share photos to Facebook and Twitter, for BlackBerry Storm and Torch series phones running OS 5.0.

For Facebook I used the strawberry project. But for Twitter I am not able to find any library which can authorize the user using oauth 1.0 as well as tweet photos.

I tried implementing oauth 1.0 in my code without using any libs but failed.

Upvotes: 3

Views: 365

Answers (1)

Govindarao Kondala
Govindarao Kondala

Reputation: 2862

Use http://kenai.com/projects/twitterapime/downloads/directory/1.7` to download a RIM Twitter api. Unzip and read index.html for guidance.

Update

with working example

http://kenai.com/projects/twitterapime/downloads/directory/Miscellaneous

Upvotes: 4

Related Questions