Community Questions & Answers

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 .

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

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

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

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

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() { ...

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

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

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.

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

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

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

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

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

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

Showing 1-50 of 170 1 2 3 4