Community Questions & Answers
xAuth, Appcelerator and Tumblr
Ok gang, I have been searching the interwebz up and down trying to find a solid solution for xAuth and Appcelerator that isn't hyper-specific to Twitter. I want to use Tumblr as the example as it is a very nice blogging platform with limited apps in the...
Simple fix?: TiPlatformConnect not connecting to Tumblr
I'm trying to connect to Tumblr with Titanium, and found this TiPlatformConnect project being promoted on Appcelerator's developer blog (towards the bottom of the...
Twitter OAuth project stopped working suddenly
I found this twitter OAuth project on github, and it has worked great for me. However, it stopped working suddenly about 2 weeks ago and now fails to authenticate. I can't figure out why. Can someone please help me figure this out? All you have to do is...
oAuth Tumblr API code suddenly stopped working.
I converted a Twitter oAuth project to integrate with the Tumblr API instead and it has worked nicely. Suddenly the other week, however, the app stopped working, with error messages "Login Fail" and "Failure to fetch access token, please try...
Post a Tweet from iPhone App - Stuck on Callback URL
Hiya I am needing to send a tweet for from my iphone/ipad app. I found the following example on github (code also posted below for this): https://gist.github.com/2eabc31db388144b3abc I have created my app details (key,secret etc) in my twitter developer...
WebView evalJS problems with Alloy social builtin (Android 4.1/4.2)
We are using a modified version of the Alloy social builtin from https://gist.github.com/bettytran/4263036/raw/c317d7cf5b80be502505dd27fa5a96c07b2d531d/social.js, which fixes webview focus issues among others. Logging into Twitter (oAuth) works on our test...
Fallback Authentication for Facebook not working in 3.1.0.GA
I am trying out the new Facebook-module in SDK 3.1.0.GA. While it does works fine if you have set up an integration from your iOS6.0 phone to FB, while **it fails to fallback to something useful** when this has not been done. This is as easy to...
OAuth API against meetup
Hi folks, for a [meetup project](https://github.com/AppWerft/MeetupHamburg) I'am looking for an oauth lib. Is [bytespider](https://github.com/bytespider/jsOAuth) a good choice?
Twitter in titanium with oauth
Hello I have tried to post a tweet from my application. When I press on the button "post tweet" the authentication window (login window by twitter) opens, but when it is loaded my application just exits. The following error occurs in the...
Login in Yahoo Api using titanium
Hi I want to login in to yahoo api using titanium.I want to access the user private data after logging in like emails and other private content.Is there any method for titanium to do this? Any code help or reference would be appreciated Thanks
Ti.Yahoo.yql and oauth help
I'm starting a project using Yahoo YQL, but I'm finding very limited support on this for Titanium Mobile. I've seen some references to this: Ti.Yahoo.setOAuthParameters(consumerKey, sharedSecret); Which has zero documentation, but I imagine that it's...
Twitter Integration into new app
Hi, I'm implementing Twitter into a new Titanium app that i'm building. I'd really love to know if anyone else has done this recently and how you achieved it. I've been looking at using the jsOAuth js library but am currently struggling to get it to play...
Get simple twitter oAuth implementation and sending a tweet !!
I am banging my head from past two days just to do two simple stuff : 1. Get twitter auth for my application. 2. Sending a tweet out. Nothing else is required more than this. I have found a lot of documentation. Almost all of them being two years old...
OAuth and obtaining users Twitter ID for ACS External Account Login
I want to allow users to login with Twitter to my app using the ACS External Account Login API http://cloud.appcelerator.com/docs/api/v1/social/loginexternal I can successfully authorize a user with Twitter via the Alloy builtin social.js...
Google OAuth
I would implement OAuth mechanism to logon with Google and Facebook I saw in the API there is a specific API group for Facebook but I would use a more general approch that allow to use Google and other provider. Do exist any tutorial using alloy and...
Alloy Social crashing app
Hi I am attempting to authenticate against Twitter using Alloy, however the example provided in the documentation causes my app to crash. ~~~ var social = require('alloy/social'); social.create({ site: 'twitter', consumerSecret: 'XXXXXX', ...
OAuth in Alloy & Social Logins with ACS
I'm trying to use ACS social logins http://docs.appcelerator.com/titanium/2.1/index.html#!/api/Titanium.Cloud.SocialIntegrations with the Alloy framework. I'm pretty sure there were some samples on this in an older commit of Alloy but I can't see them...
twitter request_token 401 unauthorized
Application type: mobile, Titanium SDK: 3.0, Platform & version: Android Sdk Version 12, ok after two days of tryouts i still cant my titanium application to play well with twitter request_token api, i am always getting 401 unauthorized error .below...
oAuth (for own service)
Hi, at the time I'am evaluating a possibility for oauth (iPhone + Android) against an own server. I see 4 posibilities: - https://github.com/stereoket/jsOAuth - http://bytespider.github.com/jsOAuth/ (same as first?) -...
How do I use the much nicer/easier native Twitter authentication that's build into iOS 5?
Since iOS5, there's been a way to trigger cached Twitter credentials on your iPhone so that logging in just has an "OK" button rather than needing to sign into Twitter. It'll ask "[App] would like access to twitter accounts" with...
How to authenticate a HTTP request with oAuth for the Twitter API
Hi folks, I need to update my app due to Twitter's API changes from v1 to v1.1 Hopefully something simple, but the request I usually perform now requires authentication. Any suggestions how I can alter this snippet to authenticate in the HTTP...
is linkedin oauth implementation for titanium mobile possible, like twitter's ?
can anyone suggest me the way how to implement linkedin oauth for titanium mobile. i want to use javascript codes suggested by [jsapi tutorial](http://developer.linkedinlabs.com/tutorials/jsapi_authentication/#) in titanium mobile application. each bit of...
Twitter Oauth
Hi, long time ago was [this Q&A](http://developer.appcelerator.com/question/19961/twitter-oauth) the solution. Now in iOS is this native twitter account. Is it possible to use it? Rainer
Twitter oauth in Titanium SDK 2.0.2
Last year I built an iOS app with Titanium SDK 1.7.2 and I'm now working on an update with Titanium SDK 2.0.2. I previously had the functionality to post tweets from the app, which still works fine in the old version, but is creating errors when I'm...
Cloud.Users.secureLogin is failing all day today
i wasn't able to gett access to cloud all day today. all calls Cloud.Users.secureLogin were failing with error: "message" : "503 Service unavailable. No server is available to handle this request." What happened? Are you guys OK?
'linkedin oauth implementation' module's problem. did you get it working ?
Thanks to Aaron, came out with solution for linkedin oauth implementation. see this [https://github.com/aaronksaunders/clearlyinnovative.linkedIn](https://github.com/aaronksaunders/clearlyinnovative.linkedIn). all of my titanium mobile app's files are...
My module for Twitter and Facebook for iphone only usign birdhouse
you can make post photo and status from this application on Facebook and on twitter. you have to make facebook and twitter apps.. http://developer.facebook.com http://https://dev.twitter.com facebook : provide facebook app id twitter : provide...
iOS+Android - Facebook & Twitter - Status Update
Hello everyone, I want to know how i can make a Facebook post and Twitter status update with the SDK 2.1 On Twitter i tried with social.js, it works on iOS but not on Android, the same with BirdHouse. Is there any code or example with the 2.1 version...
OAuth in Alloy & Social Logins with ACS
I'm trying to use ACS social logins http://docs.appcelerator.com/titanium/2.1/index.html#!/api/Titanium.Cloud.SocialIntegrations with the Alloy framework. I'm pretty sure there were some samples on this in an older commit of Alloy but I can't see them...
Mistake in OAuth doc ?
In this page: http://cloud.appcelerator.com/docs/authentication It seems to me that what is referred as 2-legged should be 3-legged, and 2-legged should be 3-legged ? Is it a mistake or I didn't understand OAuth well ?
Birdhouse/oAuth.js Twitter Posts with foreign characters
We implemented [Birdhouse](https://github.com/jpurcell/birdhouse) into our app and it works great with Titanium! Unfortunately we found a bug, we were not able to fix it, yet. If the post message contains foreign characters, the tweet won't be send and...
Twitter oAuth?
I was wondering if there any API or way out to integrate twitter oAuth in Titanium Mobile or if anyone implemented it in their app can share code? As announced by Twitter their basic authentication method (currently using in KitchenSink app) is going to...
twitter oAuth with PIN - birdhouse
Hi, I just implemented the birdhouse code for using twitter oAuth. The authorize-screen appears, I put in my username and password and then the PINCODE appears. But then the screen closes and nothing happens. I´m nonot authorized to tweet, because all...
Oauth 2.0 - handling redirection to a client
I use doorkeeper as a oauth2 provider https://github.com/applicake/doorkeeper . It works like this: 1. App opens webView and shows login screen 2. User signs in 3. Application sends grant code request to an auth. server 4. Now it should redirect from...
How can I get a user's Twitter handle without specifically asking them?
I have the tweeting and reading down and it works great. But I use the system's native oauth to post the new status and I never get to see what their username is. But now I'd like to implement a history function through twitter by making the Twitter GET...
Reading of DOM elements in webview
Hi, in relation to an oauth request I have to read the content of DIV. ~~~ webview..evalJS('var oauth = document.getElementById("oauth-verifier");'); ~~~ How can I transfer the oauth value to native level? Rainer
Twitter oauth adapter login web view unclickable
Hello all, I'm implementing the oAuth adapter library and the first screen I get is the "Connect your account?" web view but I can't click anything. Can't click into the username or password fields and can't click the allow or deny buttons(tried...
Titanium OAuth
Hello everyone. I would like to use OAuth in titanium to POST questions to the Yahoo! Q&A from with in my application. Doe anyone know how i can do this.
oauth doesnt work on android
Hi, I'am using a modified version of jsoauth to realize an oAuth. Here is my [code](http://pastie.org/3984614). My problem is the step 'fetchAccessToken()'. I send Verifier and other credentials, but the server answered with `Authentication error:...
[OAuth] WebView can't catch the URL changes
Hi All, I am now on 2.0.1.GA2 with iOS 5.1. It seems a bug on WebView's addEventListener("load") that it can't catch the URL changes when there are redirects. It was fine for previous versions like...
Uncaught ReferenceError:OAuth is not defined (problem in Android)
I am having a weird issue. I successfully implemented calling OAuth using jsOAuth using : http://bytespider.github.com/jsOAuth/. As mentioned in one of their tutorials, I copied the 'jsOAuth-1.3.4.min.js' to my /Resources folder and included the file...
Secure storing of application secret (oAuth)
Hi, in my oauth driven app I'am using an application secret. How can I store it secure? Rubens solution in the marketplace only works for iOS … Rainer
Foursquare
Does anyone have code on how to login and post with foursquare (iOS and Android)? I found this, but it doesnt show how to post... https://github.com/rafaelks/titanium-appcelerator-foursquare-api
OAUTH by David Riccitelli
Having problems getting Riccitelli's OAUTH working on iOS4/1.4. Anyone get it to work? here's what I'm getting: ~~~ WARN] Exception in event callback. { expressionBeginOffset = 1832; expressionCaretOffset = 1841; expressionEndOffset = 1841; line =...
getRequestToken not worked for Android mobile app
getRequestToken('https://api.twitter.com/oauth/request_token', ['oauth_callback', 'oob']); is not returned any token value for Android while It works fine for iPhone. The function in oauth_adapter.js file is as below "function...
oAuth Twitter Implementation
Hi, I want to share some contents on to twitter and I am using oAuth to achieve this. The problem is I am getting the following error message: "The request token for this page is invalid. [...]". I have made no changes to the...
SalesForce REST API and OAuth "Authentication Needed" Error
I have successfully written code to go through the SF.com User-Agent authentication flow to log an iPad app user on to salesforce. Now that I have the access token, when I try to run a query through the REST API, I am getting an error: [INFO] Error...
Is there anyway to access Android's AccountManager?
I'm trying to OAuth authenticate using a user's existing Google Account on an Android Titanium Mobile app. I'd like to make it seamless as possible by using [Android's AccountManager...
Looking for a basic Google authentication lib and/or example
I want to have users authenticate with Google so that I can in turn have the app access the user's Google Health record. Is there a good simple library I can use instead of rolling this myself?
OAuth implementation for Titanium Mobile
Hi community. Does anybody have trouble finding functioning OAuth example? After a lot of hard work, I finally found a solution, as it compelled work with Titanium. There are [git repo link.](https://github.com/ArnCarver/OAuth) P.S. I'm sorry for my poor...
Showing 1-50 of 93 1 2