0
votes
0answers
30 views
PHP Twitter API Cursor?
Hi,
If i use the "cursor"=>"-1" i get pagination, at which i can read the next_cursor.
I get 1.312477885269E+18 when i read next_cursor.
To call again, i set the cursor as the next_cursor which was …
1
vote
1answer
56 views
Trying to parse twitter trends
Im trying to parse twitter trends but i keep getting an error at "as_of". anyone know why this is happening?
EDIT:
Here is the code im using
NSMutableArray *tweets;
tweets = [[NSMutableArray …
0
votes
1answer
36 views
Displaying topic specific tweets in Twitter
I'd like to integrate Twitter into my app but keep the tweets specific to the app topic. For example, if the app is about recipes, all tweets on the built in Twitter client will be about recipes. …
3
votes
5answers
63 views
What are the pros/cons of the various Twitter API libraries?
It seems there are at least five Python libraries for the Twitter API. Can those who have used them comment on your experiences?
0
votes
1answer
12 views
Using LINQ to XML to build a collection - only getting the top item for some reason
So I'm trying to parse some XML from the twitter API and for some reason the LINQ query below only returns 1 row. When I step through the code to view the raw XML it's the usual 20+ items so I'm not …
0
votes
1answer
39 views
Get object within JSON object only by knowing its position, and not name
Hi, I'm currently looking into the Twitter-API - specifically the daily trends-API (http://search.twitter.com/trends/current.json).
Example return from Twitter
{
trends: {
…
0
votes
1answer
66 views
Django and python-twitter error
Hi guys, im trying to send my title post to twitter, in my local machine is working great!!!, but in remote i have this error from the snippet file:
AttributeError: 'module' object has no attribute …
0
votes
2answers
66 views
Get follower count on Twitter API search results
What I'm trying to do is pull some search results, and sort them by users.
Right now I'm using
$to->OAuthRequest('http://search.twitter.com/search.json', array('q' => 'search-term'), 'GET');
to …
0
votes
4answers
55 views
Creating a constantly updating feed like Twitter
I'd like to have something in my app that is just like Twitter but not Twitter. Basically it will be a place people can submit messages and do not need an account. They only way they can submit is …
0
votes
1answer
45 views
how to update data to twitter from my phone app
I am creating a app that I want to have a button for the user to tell others on twitter about my APP and have them post it to their twitter account.. how can this be done im fairly new to iphone …
2
votes
2answers
172 views
JQuery getJSON function
Hello,
I am using the following code to get the json feed of a twitter users friends using the twitter api :
var url = "http://twitter.com/statuses/friends/"+twitter_handle+".json?callback=?";
…
1
vote
1answer
50 views
OAuth library for BlackBerry apps (for a twitter client)
Hi
Is there an OAuth library available for integration with BlackBerry apps? I would like to post a tweet from my app but could not find anything which would help in logging in.
Did find this URL …
0
votes
1answer
67 views
What is the function of Twitter’s verify credentials API ?
I just implemented sign in with twitter for my webapp. At the end of the OAuth 3-legged flow, I needed to retrieve the screenname & avatar pic for the user. All I had was the twitterid e.g. …
0
votes
1answer
70 views
Post in Twitter using C# application
Hi all,
I can able to post the tweet through my application using C# with twitterizer API,and the new post is posted in my twiiter site like this
"New Post: This Post for twitter test
about 18 …
1
vote
1answer
57 views
Using MS Access 2000 VBA to send a Direct Message via the Twitter API
I am trying to send a direct message via the Twitter API from Access 2000 VBA. I can post a status update to my Twitter account with the following code:
tUsername = "TwitterUser"
tPassword = …
