Twitter is a microblogging service that lets users post "tweets" of up to 140 characters. These can also be posted via its API (http://dev.twitter.com).

learn more… | top users | synonyms

0
votes
1answer
16 views

Twitter API Python script - works locally - fails on AWS?

I have a Python 3.3 script that calls the Twitter API function /followers/ids. (I use this library: https://pypi.python.org/pypi/twitter) Because of the Twitter rate limits, the scripts takes many ...
0
votes
0answers
11 views

Using twitter to get bearer token

I'm using the following code to return the bearer token but i keep getting "The remote server returned an error: (500) internal server error" on line "WebResponse response = request.GetResponse();" ...
0
votes
0answers
10 views

How can I validate this Twitter Code?

The following code is generated for twitter feed: <script ...
0
votes
0answers
2 views

Twitter pull images from your user in grid

I have been trying to find a way to pull twitter user images that are following me into a grid as like a mosaic kind of thing I found this wordpress plugin that does it but I want to hardcode it on my ...
0
votes
1answer
19 views

Python Dictionary key index issue (possibly scope?)

I've run into a slightly strange issue when pulling text from the json response to querying the twitter API. If I pull the text in this manner: def retrieveText(raw_tweets): for l in ...
0
votes
0answers
9 views

Authorized request toTwitter API error: failed to obtain request token (status 401 data: Failed to validate oauth signature and token)?

I need assistance with Oauth to send an authorized request (Application-user authentication) to the Twitter API. I'm fairly new to nodejs and express, so any help would be appreciated. I decided to ...
0
votes
0answers
8 views

Twitter Button Not Returning Additional Times

I have a very custom drupal site that I am working on and I have come across this problem that whenever the overlay is triggered with the twitter button nested in it, the first time it works but any ...
0
votes
1answer
14 views

Integrate Twitter picture gallery in my own iphone app- Objective c

I am making an iphone app, and I would like to integrate a picture gallery. My idea is to have a previsualization of some pictures, and once you tap one of them, you can see the others by sliding. ...
0
votes
0answers
17 views

How to display a list of following users/followers?

I'm trying to display user's following and followers, but it does not work for some reason and does not throw any error messages. Here's my code: following and followers action in ...
0
votes
1answer
18 views

How to set new XML document from XML feed

Is there any possibility to set up a new XML document with specific fields from XML feed? public string xmlResult; public void Page_Load(object sender, EventArgs args){ string url = ...
0
votes
2answers
21 views

android - Issues in twitter integration using twitter4j

I am newbie to twitter integration in android. I integrated twitter in android app using this tutorial. Here i faced some problems. My App is only executed from ICS if i removed the targetversion ...
0
votes
1answer
26 views

Twitter Integration for IOS 4.3

It's easily to integrate Twitter in iOS 5 (Twitter.framework) and iOS 6 (Social.framework). What about iOS 4.3? I tried Sharekit, it's not working properly, it's hard to install, and I get a lot of ...
-2
votes
0answers
18 views

Twitter Like, then share! Javascript [closed]

I have a hopefully really simple question... I want to make a page with 2 links to like 2 different twitter pages, and a hidden text box. The hidden text box would be enabled once the 2 "follow" ...
0
votes
1answer
21 views

How can I convert unicode entities like this “\u2764” in valid html entities

I am working with the twitter API and sometimes i found this characters: Today's gonna be so fun "❤" and some others like a tennis ball, a jar of beer, etc. Please see this image. How can I take ...
-1
votes
0answers
11 views

search users on foursquare

Hello, I want to analyze(search) users who check-in x cafe and share on twitter. is it possible ? I'm waiting your helps, have a good day !
1
vote
1answer
27 views

How to add twitter capability to my struts2 application

I developed struts2 web application, now I want people to login from their twitter account, so I need to place a button called "Login with Twitter" under my normal login button. I already did Facebook ...
1
vote
2answers
30 views

Accessing Twitter Streaming API without an application

I am writing a Twitter program for a little market sentiment project I'm doing for fun in Pyhon using the Tweepy library. However, my limited knowledge of API access and whatnot is making most of the ...
-2
votes
1answer
23 views

Login with twitter button in my struts2 application [closed]

I developed struts2 web application, now I want people to login from their twitter account, so I need to place a button called "Login with Twitter" under my normal login button. I already did Facebook ...
0
votes
0answers
33 views

Saving photos for sharing later in an app

Is the following scenario possible on either iOS or Android? User is using an app without any connectivity (they are on a plane) They take a photo The app gives them the option to select that photo ...
0
votes
0answers
9 views

How to post an image to Twitter using statuses/update_with_media in android

I need to post a image to Twitter. I have integrated Twitter in my app. I need to tweet the image as such not as an URL link. I don't want to use TwitPic.
0
votes
1answer
20 views

Can anyone see any issues with styling the native Twitter widget with jQuery?

I've managed to get this working on Chrome (not tested anything else yet) and was wondering if anyone could see any problems with this method of styling the native Twitter widget? ...
-1
votes
1answer
21 views

android - Best Twitter integration tutorial [closed]

I am newbie to Twitter Integration. I want the best tutorial to understand the following functionalities. Sign-in functionality. provide the facility to tweet from the App. Logout functionality ...
0
votes
0answers
5 views

tweet event callback not working when facebook JS sdk loads

I have a website which i've integrated a facebook login as well as a tweet function. It all works perfectly in Chrome, Safari and Firefox. Though when in IE8 / IE9 / IE10 there seems to be some ...
1
vote
1answer
24 views

Facebook: message posted with PHP SDK not sent to twitter

I an facing an issue with the Facebook SDK POST action when posting a very basic message on my page which is linked to my Twitter account. I have tried to solve the issue by myself using Google and ...
0
votes
1answer
39 views

windows phone 8 share content via Email,Facebook,and Twitter

i am developing a windows phone 8 application where i want to share all the data in that page via email, face-book and Twitter. In that page i have some image and description and also some other ...
-6
votes
1answer
39 views

How to share text from textview to facebook and twitter? [closed]

I am starting my first apps? May Anyone help. thanks
0
votes
0answers
9 views

Twitter Oauth Retweet Variable

I'm trying to send a RT using Oauth and it's not working. Not sure, what I'm doing wrong. I can publish status updates but not retweets. Here's my code I've tried: ...
0
votes
0answers
12 views

Api Twitter and Spring.NET Social someone help me?

I am using Spring for net library and its development for the social network Twitter, my problem is this: TwitterProfile profile = twitter.UserOperations.GetUserProfile ("blabla"); Label1.Text = ...
0
votes
0answers
9 views

Complete change log for Twitter's APIs

Twitter does not seem to provide a change log covering all historical changes to its APIs. Do you know if such a log is provided by Twitter or someone else? I would like to know what API endpoints, ...
0
votes
0answers
12 views

Optimizing Social Network share buttons

I am about to implement Social Media functionality to a viral website I am working on, now, loading times to me is absolutely key. I have done a lot of coding and worked tirelessly to make sure my ...
0
votes
0answers
13 views

Twitter REST API recursive search

i'm trying to get a recursive twitter search working, but after the first json response nothing happens. I have no idea why this is not working. http://jsfiddle.net/N6ED2/1/ function ...
0
votes
1answer
27 views

Twitter Bootstrap - Open one menu, automatically closes another

Okay, so first of all, here's my site: http://songfreek.com Upon the site loading, the "User" menu is opened, and the rest are closed. Now, when I open another menu (lets say the "Radio DJ" tab), ...
0
votes
0answers
24 views

When sharing a photo from instagram to twitter the hashtags dont work

I use IOS6, iphone 5, instagram 3.5.1 and tweetbot 2.8 After posting a photo on instagram, with a couple of tags, I share the shot to twitter with the share option without adding extra text or ...
1
vote
1answer
33 views

Twitter Bootstrap - Sidebar Dropdown Icon

Okay, so first of all, here's my site: http://songfreek.com/ On the sidebar navigation, I've got dropdown menu's working. However, I want the icon to change between pointing right <i ...
0
votes
1answer
28 views

Twitter- Obtaining a request token Response 401 - POST

I'm trying to create an app with twitter and I'm stuck in the first step. I'm trying to POST to https://api.twitter.com/oauth/request_token , But everytime I get a 401. I'm using a varient of ...
0
votes
1answer
11 views

Twitter OAuth - Get values from Array

I'm attempting to get a list of users who searched a term on Twitter and so far no luck. Here's my code: $parameters = array('q' => '#puppy', 'count' => 2); $results = ...
0
votes
0answers
7 views

Objective C - SLComposeViewController delayed presention

I've been doing a program which takes care of posting a picture or words (or both) to both facebook and twitter. But I want to do them both at the same time, so I wrote my code like this: //POST TO ...
0
votes
2answers
45 views

extract tweets from a text file (python)

Sorry, I am just trying to store 'id_str' from each tweet to a new list called ids[].. but getting the following error: Traceback (most recent call last): File "extract_tweet.py", line 17, in ...
0
votes
1answer
28 views
+100

Embed Twitter User Timeline in Webpage

On my website, a user enters their Twitter username when they register and their timeline is embedded on their profile page. Until now, I've achieved this with the following JavaScript code: ...
0
votes
0answers
12 views

Twitter OAuth 1 POST requests not working

I am creating an application for iOS and I am using OAuth 1. GET requests seem to work fine but as soon as I try to make POST requests I get the following error : The operation couldn’t be completed. ...
0
votes
1answer
30 views

PHP curl json for twitter not working

This code is not working: $ch = curl_init ("https://api.twitter.com/1/statuses/user_timeline/ijustine.json?callback=twitterCallback2&count=4"); curl_setopt ($ch, CURLOPT_RETURNTRANSFER, true); ...
0
votes
0answers
14 views

How to implement kitchen sink's twitter window

I'm very new to Titanium developer and i'm building an app in which I'm trying to implement Kitchen Sink's Twitter window, I already figured out that you can easily change the username from which it ...
2
votes
3answers
48 views

Turning text with # symbols into links in javascript

I was wondering how would I do the following using Javascript. Suppose I had a text like the following var test = '#test is a #cool #place'; and I want the following <a ...
-1
votes
0answers
12 views

Retweet automatically messages from user [closed]

I am creating chat web application and i want to give the option to users to automatically retweet all that they writes in the chat to their twitters. User will have checkbox to retweet or not. I ...
0
votes
1answer
27 views

Using nTwitter with Node.js, how does one make an (Application-user authentication) rest call?

More specifically, how do I use OAuth 1.0A w/ nTwitter? Do I have to also install node-oauth or does nTwitter provide support? (I'm trying to make an HTTP GET Method req. user context using API ...
0
votes
1answer
10 views

Callback Issue with codebird.js Twitter Search

I'm having difficulty getting the callback function to work with codebird.js running a tweet search. I get the request response in my log and it appears to be working, but search_callback(result) does ...
0
votes
2answers
29 views

Twitter rate limit hit while requesting friends with ruby gem

I am having trouble printing out a list of people I am following on twitter. This code worked at 250, but fails now that I am following 320 people. Failure Description: The code request exceeds ...
1
vote
1answer
14 views

getFollowersList in twitter4j doesn't retrieve followers

Here is my code: int favouritesCount = user.getFavouritesCount(); int followersCount = user.getFollowersCount(); int friendsCount = user.getFriendsCount(); long userId = user.getId(); ...
0
votes
1answer
10 views

Twitter issues in old project

Yesterday I got one old project when i am trying to compile the project i get following error Attribute is missing the Android namespace prefix in <activity ...
0
votes
0answers
12 views

Save twitter Oauthtoken and secret token for user profile?

I have a web app that lets users sign in their twitter account. It also creates a user profile on my database as well and I need save their tokens so I'd have a unique Id. I plan to one way encrypt ...

1 2 3 4 5 161