Twitter sharing is not working when change version 1.1 - flash-builder

I have developed an air application using flex.
In that I have implemented the twitter sharing functionality.
I have changed the twitter version 1.0 to 1.1,but it is not working.
It show an below error,
{"errors":[{"message":"Bad Authentication data","code":215}]}

Related

Twitter API 1.0 to 1.1 with dotnet framework 2.0

I am using Titterizer for twitter interaction using vb.net website, as twitter has updated its API 1.0 to 1.1 twitterizer is now not working it requiring latest framwork of dot net but my application is on 2.0 i can not change its framwork right now ,i got some suggestion to use TweetSharp but I dont know hoe to use it in the existence of twitterizer..
I am getting this error
{"errors":[{"message":"The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.","code":64}]}
I am very careful as i am working on production environment.
please assist..
Thanks- SFaiq
Download the latest version of the Twitterizer library; older versions of the library were hard coded for the 1.0 Twitter API. This has been corrected in later versions.

PayPal iOS App using MPL - Authentication fail

I'm trying to use PayPal SDK to use it on iOS App, using MPL, like described on here:
https://developer.paypal.com/webapps/developer/docs/classic/mobile/ht_mpl-itemPayment-iOS/
the only changes I made on simple App demo project, is to change the currency, from USD to EUR.
But every time I try to do the login to pay, I receive the message "Login failed, please try again". My login is ok because it works on the web site.
This error occurs on the ENV_SANDBOX and ENV_LIVE also. I'm testing the app on iPAD and also in the simulator.
I really don't know what to do, someone have some idea?
I am having the same problem on Android and I am using MPL version 1.5.5.44. According to the PayPal developer support, some certificates for old library versions have expired recently. The latest versions (both iOS and Android) are available from here:
https://github.com/paypal/sdk-packages/tree/gh-pages/MPL
Hope it helped.

Cross App Messaging in SDK 2.0

Can I have one or more Apps respond to and event in another App in SDK 2.0?
For example, say I have one App in a dashboard that allows the user to select something. Can I (and how would I) have other Apps installed in that same dashboard respond to that event?
This has been implemented in the recently released 2.0rc1 version of the SDK:
https://developer.help.rallydev.com/apps/2.0rc1/doc/#!/guide/messaging
Per Charles answer to:
Rally AppSDK: Is there a way to facilitate “Inter-Panel” communication between Apps in the new layout schema
This hasn't been implemented yet - Rally's engineering team is spiking on this and other aspects of getting AppSDK 2.0 more feature-complete.

Appcelerator Titanium: How to enable Mobile Web App development?

So I'm getting started using the Appcelerator Titanium Mobile framework. I wanted to try out the ability to deploy a mobile web app. However, I can't find any documentation on it. I just installed Titanium Studio and created a new project, but the "deploy to mobile web" checkbox was disabled. There was also a message that said "incompatible Mobile SDK for the Mobile Web support" even though I have the latest version (1.7.2).
What do I need to do in order to enable this feature and get started using Titanium for mobile web app development?
Update:
I found the link to the Titanium Mobile Web documentation.
Turns out the Mobile Web feature is still in beta, which means it's currently only available to paying customers. So I signed up for the indie subscription since it includes a 30-day free trial. I have tried restarting, signing out and signing back in and Titanium Studio still doesn't give me the option to deploy to Mobile Web. What do I need to do now?
I found some additional information on the Titanium Mobile Web SDK. The reason it doesn't work with Titanium Mobile 1.7.2 is because it doesn't come bundled with Titanium Mobile 1.7.2. You have to download the 1.7.0 RC1 SDK from their Amazon S3 account and manually add it. The link above explains how to do it. I couldn't figure out how to to deploy to an emulator, which kind of defeated the purpose. Also, deploying to Firefox does not work, so don't even try. It only works in Safari and Chrome.

Twitter integration in Blackberry Application and Twitter api

I'm trying to integrate twitter to my blackberry application and i've downloaded twitter4j api but i doesn't seem to work out because eclipse doesn't support some of the classes which api have.If u've any idea as to how do i go abt that please reply.
I have done Twitter integration in BlackBerry.
And I have post entire source code on the blackberry support fourm.
You all can get code from there
I am using twitter_api_me-1.8.jar for twitter integration.
http://supportforums.blackberry.com/t5/Java-Development/Twitter-is-Integrated-in-BlackBerry/m-p/1698157
Pawan Jha
Thanks