Community Questions & Answers
the webview authentication of twitter does not close
I'm develop my application with the new MVC alloy for Android. I use Titanium SDK 3.1 and I need to put into my application a share button for twitter. For this reason I use the new class of alloy social.js. When I try to autorizate my application to share...
about send twitter msg!
I used the official usage..Alloy.builtins.social , var social = require('alloy/social').create({ consumerSecret: 'consumer-secret', consumerKey: 'consumer-key' }); but can't send msg !!!!!tell me why ,wo set the twitter app read and write .
Exception in correctTimeStampleFromSrc method of alloy/social
As soon as I require the builtin social module to use for Twitter authentication (`twitter = require('alloy/social').create(credentials.twitter)`), I get an exception at line 201 of social.js, which declares `var scripts =...
Twitter Share with test_social module
Hi, I'm trying this module to share on twitter: https://github.com/aaronksaunders/test_social If I use the function twitter.share, it works well. If you want inserirte also an image, and then use the function twitter.shareImage, I get this...
How to send text message in twitter account using titanium for android app??
Hello, I want to send text message to twitter account using titanium. like in facebook i send message to my account same way i want to for twitter. How it's possible???
Facebook Sharer
Hi, i want to add a facebook share button in my app so the users can share the app on their facebook wall and the same for twitter... please advise how can i do this?
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...
Failed to share some images to twitter
I'm having a weird problem with twitter. I'm using birdhouse module to share picture and text to twitter. Now the weird problem is that some pictures is successfully shared while some are not. For those that failed to shared, this error is printed on...
facebook, twitter
Hi, I want to share data in facebook and twitter but with the integrated module... for facebook : www.dzmob.net/facebook.PNG for twitter : www.dzmob.net/twitter.PNG is it possible with titanium ? thanks
youtube & twitter webview
I have ipad app that left 250px for menu and the less is content on right side. now when open youtube in right size youtube & twitter web not fit the screen. because menu is alway open on the left. look like in will fir only if ipad is full...
Posting on facebook and twitter on a platforms
Hi friends of social media*, I try to post something. For iOS6 I'am using native module of Marcel. My problem is twitter solution given by alloy. Here my code: ~~~ exports.create = function(_options) { this.post2facebook = function()...
ACS login with Twitter
Hello Friends, I want functionality like user can login with Twitter with the use of ACS. I have searched for this and found " Token provided by the external account. Currently only facebook token will be validated by the Appcelerator Cloud Services...
Twitter SSO authorisation
Hi, With Titanium mobile, Facebook authorisation can be done with Single Sign On which launches the native facebook app, allowing user to authorise an application without entering his username and password. Is there a way which allows doing the same for...
"Follow" and "Like" button for Facebook and twitter
Hi guys I'm planning to implement a "follow" button for twitter and "like" button for Facebook. I need example on how to get it working. This is assuming twitter and Facebook is logged in. I have the code to get both account logged...
Share photo + text to Facebook
Hi, I'm trying to share picture and text to Facebook and twitter. So far, I can successfully share. Here is the problem...the picture that i'm trying to share to Facebook is not the same picture that I wanted. The picture is a local image, inside...
Error in obtaining Twitter feeds
Hello all! I'm developing an app with an updates page at the front. It's supposed to grab twitter feeds and display them. I got the code from somewhere online a while back, can't really remember. ~~~ // Function loadTweets() function loadTweets() { ...
Posting photo on my twitter account
How to post photo on my Twitter wall in titanium?? I cant see any API support directly from appcelerator to be able to do so..Kindly revert back with answers
Share multiple photo
Can I share 2 or more photos in 1 post to Facebook and twitter? For example I have 2 images, 1 front and 1 back. I want to share this in 1 post, instead of first post with the first pic and second post with the second pic. Is this possible?
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...
"Follow" button on twitter
This is a repost of a question....i've tried to create a follow button for twitter but unable to do so....i've made another function in birdhouse like below: ~~~ function follow_tweet(params,callback)...
Make a follow us button in twitter
Hi I have searched a lot for this answer but could not find any satisfactory answer.I want to make a follow us button in twitter has anyone been able to implement this successfully and if has could he share the code or example I am using Ti SDK...
Sharing on twitter
Hey guys. I want to tweet or share an image on twitter from my app. please help me. Thanks
Get and display twitter and Facebook latest post
Hi guys, I need help regarding twitter, Facebook and blogs. I need to display the latest tweets and Facebook post in a page. But I have no idea where and how to start with this. For example, I have a twitter page. Now in my app, I need to be able to get...
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...
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 follow button
I'm trying to figure out how to add just a button you can click on within my app that will allow people to follow our twitter account.
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...
Wordpress JSON API
I have been modifying the twitter app that was created with a tutorial from MobileTuts+.(http://mobile.tutsplus.com/tutorials/appcelerator/appcelerator-using-json-to-build-a-twitter-client/) I am able to launch the app in the emulator without any errors...
Tweet Photo using Titanium Appcelerator
Has anybody successfully tweeted a photo using app created in titanium? I have been reading lots of forum but cannot find the one with the successful post.
Twitter Blank Login Screen
hi guys, i have wierd problem. i have my app in the app store , and twitter stopped working. it shows a blank screen . it works fine in the simulator and on the device i tested it on. but for some reason it`s not working when i download it from the app...
Can't get Twitter working on Android
Twitter doesn't work for Android - the oauth adapter fails. Anyone having the same problem? Any work arounds?
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...
Login and Post in Twitter
I faced with a problem ! I want to post 'My tweet' in twitter, but I canot. bcos all of information in the internet made me confused. As I know the twitter API is changed and some previous codes are not working, I tried Birdhouse and Oauth library. both...
Using twiiter api is not working
Hi I am using twitter ouath library provided at the git-hub at this [link](https://github.com/stereoket/oAuthTitaniumTest) but i am facing errors here is the detailed description. ~~~ [ERROR][TiAPI ( 740)] could not find token file [INFO][TiAPI ( ...
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
social.js for twitter not working for android
Hi, I am using social.js library for twitter share. It is working perfect in iOS but when i tried to run in android it just crashes while loading web view. I tried to trace through the error and got that webview is not able to evaluate JS found error...
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...
How to get value of a text field from within a webview?
I am working with twitter in my Titanium project in which I am using Dawson Toth's [social.js twitter library](http://appc.me/social.js) for user authentication and posting tweets. I want that when a user logs in(authenticated), his/her profile summary is...
twitter on titanium
Hi, Is there a tutorial which shows how to publish text on twitter ? it is so difficult ton find it. there is not a twitter component yet on titanium ? iam using version 3.0 (not release). thanks
Share on twitter
Hi I'm trying to implement twitter, i'm trying to use the oauth_adapter solution. When I try to connect I have this error on twitter site: "the request token for this page is invalid ..." here is my code: ~~~ else if(e.index ==...
'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...
Sharing with Twitter
Hi, I've been researching through the Q&A and also googling a lot about the sharing with twitter and i've came across a lot of suggestions and solutions that actually are not currently working. So my question is, does someone has a solution that...
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...
newbie - is PHP cURL workin on titanium?
Hello, i'm really new with this Titanium. i have some expectations, i have some doubts Is it posible use cURL with php inside titanium? How do i make the OAuth twitter calls? THanks!