You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion about the development and usage of the Twitter API.
|
|
|
|
Is it possible to recreate Twitter's followers screen?
|
| |
I would like to completely recreate Twitter's followers screen. After
some research, we aren't sure its possible without being inefficient
with the API.
We're unable to determine if a user is a following the logged in user
in a bulk fashion.This information is needed in order to determine
which options to include next to each follower. ex) should you show... more »
|
|
|
Can't delete lists
|
| |
My colleague and I added Lists support to our C# Twitter Library
(tweetsharp.com) recently and during unit testing we created several
lists, expecting to destroy them with similar API calls during the
test. The DELETE calls returned successfully but the lists were never
deleted.
In fact, we can't even delete the lists from Twitter itself if we... more »
|
|
|
Bug in API behavior with lists
|
| |
I'm using "lists" as a way to look for geo related users. So for get
lists of a user I use:
[link]
I know that user_id insted of screen_name are not documented but I
expected that it works and it works!
So I'm trying too to get others users from the lists that my first... more »
|
|
|
Authentication (user/pass )after Oauth authentication.....:S
|
| |
hello. I make well oauth authentication. I put the pin, and I get the
access_token, etc.. but when I request a 'get' the browser asks me
another authentication (username, password). what can I be doing
wrong? After the access tokens, what should I send in the next
request?
best regards,
|
|
|
Getting multiple users
|
| |
Is there a way to get multiple user's information with one call? My
page is running slow and it looks like it would take a second or two
less if I could do this with one call.
Basically, the page shows a list of your followers, their name and
profile pictures by loading the user's followers list and getting each... more »
|
|
|
Add a retweet button on the Twitter apps definition box!
|
| |
I do think this can be a brilliant and simple idea:
Add a retweet button on the Twitter apps definition box! (located at
the right sidebar of the homepage)
There is a large benefit for both Twitter and the apps developer from
the 3rd party. Obviously, more people will learn about and use the... more »
|
|
|
Retweets by others not updated?
|
| |
My 'Retweets by others' page had not been updated for 3 days, but I
can see retweeted tweets in Home view, what's wrong? 'Retweets by you'
works fine.
BTW, the 'coming soon' label had been removed in the API wiki of
retweet APIs, does it mean the retweet APIs is stable for use?
|
|
|
500 Internal Server Error when trying to Update Twitter Status
|
| |
Hi,
I made a simple script to update a twitter status. I worked fine with
GET, but I know it would be stupid to use that because it sends
username and password in the url. I tried changing it to POST, and I
keep getting a 500 Internal Server Error whenever I try to use it.
...
Here's my html:... more »
|
|
|
Proper protocol for displaying user's avatar in an app
|
| |
I'm building a Web app that caches tweets and user info from the
streaming API, and then displays all the tweets for a single user. At
times up to 30 or 40 tweets from the same user are displayed on a
page. I've been caching the profile image url I get back from the
streaming API, and then using this URL in an img tag sent to the... more »
|
|
|