Questions tagged [twitter]

Twitter is a microblogging service that lets users post short "Tweets" of up to 280 characters. These can also be posted via its API.

Twitter is a social networking and microblogging service that enables its users to send and read short status messages ("Tweets") - originally, up to 140 characters. Users can "follow" other users to build a social network, and can "retweet" messages they wish to propagate to their followers.

Private, direct messages to other users are possible, as well as public replies and "@mentions".

Messages can be tagged with particular topics using "hashtags" such as #stackoverflow. Messages can optionally be geo-tagged if sent from a GPS-equipped device.

Tweets can also be posted, read, and searched via its API https://developer.twitter.com.

25293 questions
5
votes
2 answers

Twitter Type Ahead Highlight Selection

I have implemented the Twitter Type Ahead on my page and it looks great. But for some reason when I arrow down the list of suggestions, the items are not highlighted, but they populate the text box. However, when I hover over the drop down of…
Barry Tormey
  • 2,966
  • 4
  • 35
  • 55
5
votes
1 answer

How do I save streaming tweets from twitter-api in Clojure?

I have been using clojure for a while but I am unfamiliar with async io that the twitter-api (https://github.com/adamwynne/twitter-api) is based on. I want to collect all tweets matching a given set of keywords. For example everything matching…
dspringate
  • 1,805
  • 2
  • 13
  • 20
5
votes
2 answers

Is there a way of replying to a particular tweet via SLComposerViewController

Is is possible to reply to a tweet using SLComposerViewController? Has anyone done it before?
holierthanthou84
  • 227
  • 2
  • 12
5
votes
2 answers

Does Twitter support OAuth 2.0?

I want to integrate Twitter with my Android application. Can I do this using OAuth 2.0? I have searched the internet but couldn't find any good explanation regarding this. If anyone has done this before, can you please guide me through this. I saw…
Spring Breaker
  • 8,233
  • 3
  • 36
  • 60
5
votes
0 answers

JSON error using twitteR caused by RCurl proxy

I am trying to use twitteR's searchTwitter() function with a curl proxy, but I'm getting a JSON-related error. I see that a lot of people have gotten this same JSON error. But I believe the cause of mine is different, so I will try to be specific…
sph21
  • 300
  • 1
  • 3
  • 11
5
votes
2 answers

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 Twitter API documentation a bit cryptic. I…
weskpga
  • 2,017
  • 7
  • 29
  • 43
5
votes
1 answer

Problems with non UTF-8 and ASCII characters twitteR package in R

In a previous question I asked about downloading a large number of Twitter followers (and their location, date of creation, number of followers, etc.) from the Haaretz Twitter feed (@haaretzcom) using the twitteR package in R (see Work around rate…
Thomas
  • 195
  • 4
  • 11
5
votes
1 answer

Passing Longitude and Latitude in Twitter Streaming API of Pakistan

I am having problem in passing longitude and latitude format of Pakistan in Twitter Streaming API. This API provides some sample examples of passing longitude and latitude of some cities. The location for San Fransisco in the API location example is…
5
votes
1 answer

How Public APIs Manage the Loads?

We have a Web API Service with 10 different web methods which return some data whose size could be like 15MB. The clients may call 1000 calls per minute to the service which may take down the service! What's the best practice in managing the client…
The Light
  • 26,341
  • 62
  • 176
  • 258
5
votes
3 answers

Custom shortcode for creating tabs

I am currently trying to create a shortcode for WordPress that creates tabs, I know there are available shortcodes.. But I am trying to learn how to write them myself. Currently I am generating the tab menu items, but i am stuck with placing the…
user1278673
5
votes
3 answers

Parse.com PFUser Linking twitter and facebook account?

I am using parse.com as backend of my application, it enables the user to login through his facebook or twitter account. Also it has the feature to link twitter/facebook to his pre-existing account. Here is the problem: If a user logins through…
Ashwani
  • 1,574
  • 14
  • 28
5
votes
5 answers

ListView setOnItemClickListener Does Not Trigger When An Item Has a Link In It

I am working on integrating Twitter in an app and while all works as it should I am stumped on the setOnItemClickListener() not triggering when a ListView item has a link in it. It works just fine when an item does not have a link (URL) in…
SSL
  • 278
  • 2
  • 17
5
votes
1 answer

Sign Up with Facebook and Twitter SDK for iOS

I am trying to add Facebook and Twitter login and sign up in my iOS app. As my App is server based, I need to create a user profile on my DataBase as well. But the problem is that I cannot fetch passwords from Facebook and Twitter for obvious…
Jonathan
  • 2,728
  • 10
  • 43
  • 73
5
votes
4 answers

Dynamically embed Twitter timelines (API V 1.1)

Twitter's new embedded timelines don't seem to allow dynamic creation of embedded timelines. Here is the section on their site: https://dev.twitter.com/docs/embedded-timelines In older versions of the API, it was possible to switch the username in…
zackliscio
  • 83
  • 1
  • 6
5
votes
2 answers

Issuing application-only requests in Twitter 1.1 using Python

I want to access Twitter 1.1 search endpoint using application-only authentication. To do the same, I'm trying to implement the steps given on Twitter API's documentation here - https://dev.twitter.com/docs/auth/application-only-auth (scroll to…
anu.agg
  • 197
  • 13
1 2 3
99
100