06-22-2011 08:52 AM
Hi
I am trying to integrating twitter Oauth api with my playbook app where user can tweet a certaint feed from my app to their account. After lots of googling I got only one code snippet for this from
http://snipplr.com/view/48321/playbook-oauth-examp
for this code we need
package com.hurlant.crypto
package org.iotashan.oauth
Just I have explored the code.google repository and copied all the codes from their to the respective package in my app as they are declared in above example.
But when Iam trying to Debug my application after clicking on the Login to Twitter button it is showing the following Error-
Error #2044: UnhandledioError:.text=Error #2032: Stream Error. URL: https://api.twitter.com/oauth_consumer_key = ...&oauth_nonce=...&oauth_signature=...&oauth_sign
Can any one tell me that whats the wrong with this liblary package or the example? Is there any different Twitter Oauth sdk for Playbook to work with.
please help me to get rid of this issue ....please if u can....
Regards-
subhaMaz
06-22-2011 08:55 AM
06-22-2011 09:25 AM
Hi John
Thanks for you quick reply. Could you please give me the Developer forrum url of BlackBerry Playbook Adobe AIR Application to post this issue.
Thanks-
subhaMaz
06-22-2011 12:17 PM
06-22-2011 03:45 PM
This could be caused by using Java within the ADL, or an incorrect URL, wrap the call in a try catch to prevent the error popping up, your code should work when testing in a browser though