OAuth Twitter integration with Blackberry - blackberry

I am new to Blackberry App Development..In my app I want to integrate twitter functionality.
I have got the Consumer Key,Consumer Secret,Access token,Access token Secret.
I dont know from where to start..and what .jar files to add..
Is there any sdk for it,like there is for facebook integration.

Related

Sign in with LinkedIn

when click on linkedIn button from my app linkedIn redirect to linkedIn App
If app is not install that time get the message please install the linkedIn.
I want to simple SignIn with LinkedIn like google SignIn.
So please give me proper response.
Try using LinkedIn iOS SDK
it provides
Single sign-on (SSO) authentication, in conjunction with the official LinkedIn mobile application.
A convenient wrapper for making authenticated calls to LinkedIn's REST APIs.
Deeplinking to additional member content in the official LinkedIn iOS app.
A sample application that demonstrates all of the SDK's features.

Integrate facebook account with user account in my iOS application

I'm using Facebook iOS SDK 4.0 in my iOS application. I want to integrate Facebook accounts with the user profile of my application. It is used for sharing purpose and I want the integration to be maintained for the user across multiple devices. As remote token cache was deprecated in Facebook iOS SDK 4.4, is it safe that I save the Facebook access token to my server directly through a web service? Is there any method I should follow in saving so? It would be very helpful if you provide some sample code.

Using (Venmo) OAuth API with Ionic Framework

I'm currently having some issues using the Venmo API in the context of an app built on the Ionic framework. I'm currently building an Ionic app, which uses the Venmo OAuth API, and trying to test it out on my iPhone. My Venmo authentication flow currently goes like this: I use the Cordova "In App Browser" plugin to open the Venmo OAuth sign-in page in-app, which redirects the user back to my app with a query parameter specifying an access token, allowing me to make requests to Venmo's API endpoints on the user's behalf. When I run my Ionic app on my Mac (via ionic serve) and access it via a web browser, I'm able to use the OAuth API (as you would expect). However, when I run my app on my iPhone, I can't get the app to work with OAuth API because the Venmo authorization page, opened with the In App Browser plugin, can't redirect back to my app. Again, this flow works in browser, but it fails on my iPhone.
To my knowledge, it looks like the OAuth API is the only way I can interact with Venmo through an Ionic app. This is presenting a problem because the "In App Browser" plugin doesn't allow Venmo's authorization page to redirect back to my app when testing on an iPhone. I'm open to trying this process any other way. I see in the Venmo docs that there's an iOS SDK but I don't think I can use that in any way in an Ionic app. If someone has an example of authenticating with other OAuth services in an Ionic app, that would also be helpful. Thanks in advance.

Gmail API 0Auth 2.0 using OAuth Phonegap SDK

Has anyone had success in using the Gmail API's authorization in a Phonegap application? I found this (http://phonegap-tips.com/articles/google-api-oauth-with-phonegaps-inappbrowser.html) that describes using the generic Google API OAuth with Phonegap's inappbrowser plugin, but the newly released Gmail API does OAuth authorization differently, and I'm not sure how to get it to work with Phonegap.
Note: It does work when I try a web version of my app, but the button that brings up the authorization screen doesn't do anything in Phonegap..not sure why. I do have the appropriate Android credentials for the app in the Google Developer's Console.
UPDATE: Using OAuth's Phonegap SDK (found after registering your app here: https://oauth.io/), I am able to authenticate a Google Account. However, I am unsure how to then call Gmail API methods or correctly pass whatever authentication tokens from the OAuth SDK to any Gmail API code. Has anyone done this and can share their knowledge?
I found a solution using the OAuthio Phonegap SDK. Then I can call the appropriate HTTPS requests from the Gmail API.
If you want to login your users via Google on iOS and Android, then use this new plugin I just created: https://github.com/EddyVerbruggen/cordova-plugin-googleplus
You will also receive the name and gender etc from the plugin. The plugin will also try SSO with any other Google apps installed on your device by using the Google+ SDK on both platforms.

To develop a lib with SSO on twitter

I want to develop a lib for twitter which can achieve SSO and can display the name of app which uses this lib during APP authorization.
I know you can do this in apple using twitter framework, but I want to do this in Non-Apple platforms.
Any ideas please?
You could do this leveraging the OAuth capabilities available from Twitter. You could leverage a user's Web session if they are already signed in to twitter.com. See: https://dev.twitter.com/docs/auth
Any native (mobile) application SSO capabilities would depend on what the Twitter native application makes available. I'm not aware of any - but Facebook does offer such features: https://www.facebook.com/help/mobile/singlesignon

Resources