Community Questions & Answers

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...

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...

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...

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', ...

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?) -...

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?

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 ?

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...

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

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:...

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 =...

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...

Showing 1-50 of 93 1 2