[twitter-dev] help/configuration returning t.co size at 20 but t.co is still wrapping at 19

2011-08-11 Thread Taylor Singletary
Pointed out by TapBots -- verified it my self -- shouldn't the reporting on help/configuration not change until the 15th? @episod - Taylor Singletary -- Have you visited the Developer Discussions feature on https://dev.twitter.com/discussions

[twitter-dev] Help with oAuth and user streams in ruby

2011-05-19 Thread Paul J.
Hello guys, A beginner here trying to get started with user streams api and use oauth. I cannot seem to get the following code to work. @consumer = OAuth::Consumer.new("consumer key", "consumer_secret") @access = OAuth::Token.new("access_token", "access_secret") - the consumer_key, consumer_secr

Re: [twitter-dev] Help!! please. How to collect old data by Twitter API

2010-12-24 Thread Adam Green
It depends on how you want to select these tweets. If you need to find tweets based on keywords without knowing the users, then the search API won't go back more than about 7 days, as you say. If you want tweets from users that you have already identified, you can get up to 3,200 old tweets from a

Re: [twitter-dev] Help!! please. How to collect old data by Twitter API

2010-12-24 Thread M. Edward (Ed) Borasky
On Fri, 24 Dec 2010 18:53:12 +0100, Tom van der Woerdt wrote: > I'll be simple: you can't achieve this with the Twitter API. > > Maybe other APIs can help you, but I don't know one. > > Tom There are some services that have indexed tweets for more than Twitter's default of seven days. I don't r

Re: [twitter-dev] Help!! please. How to collect old data by Twitter API

2010-12-24 Thread Tom van der Woerdt
I'll be simple: you can't achieve this with the Twitter API. Maybe other APIs can help you, but I don't know one. Tom On 12/24/10 6:13 AM, Chris Bang wrote: I’m developing a program to collect historical data or twits from Twitter using Twitter search API and Twitter4J which means the program

[twitter-dev] Help!! please. How to collect old data by Twitter API

2010-12-24 Thread Chris Bang
I’m developing a program to collect historical data or twits from Twitter using Twitter search API and Twitter4J which means the program is based on Java. I selected Search API for my program among APIs by Twitter. However, Twitter says that there is a limitation of 7days, although the limit depend

Re: [twitter-dev] Help with finding code to push tweets to Twitter from website CMS.

2010-12-07 Thread JuanSa
One option is to sync your Feed RSS with twitter by using some web app El 07/12/2010, a las 15:42, jump_simon > escribió: Hi there, I am a php developer and am in need of an API/Code to once a news item is published within a CMS, to then update a Twitter account with this information and a li

Re: [twitter-dev] Help with finding code to push tweets to Twitter from website CMS.

2010-12-07 Thread Adam Green
This tutorial will give you a step-by-step method for posting tweets to a Twitter account with PHP and OAuth: http://140dev.com/twitter-api-programming-tutorials/hello-twitter-oauth-php/ You can contact me directly if you have any questions. One thing I'd add to the tutorial is to register your Tw

[twitter-dev] Help with finding code to push tweets to Twitter from website CMS.

2010-12-07 Thread jump_simon
Hi there, I am a php developer and am in need of an API/Code to once a news item is published within a CMS, to then update a Twitter account with this information and a link back to the news article itself. Any help, links or anything that would help would be much appreciated. Thanks -- Twitte

Re: [twitter-dev] help me plz quiry speed and geocode

2010-11-28 Thread Pascal Jürgens
Hello noname, the search api is rate limited and only allows a non-disclosed amount of queries per hour. You will need to look into the streaming api: consume the sample stream and extract geodata. This also gives you tweets from all over the world. Have a look at http://dev.twitter.com/pages

[twitter-dev] help me plz quiry speed and geocode

2010-11-27 Thread disc31
I am a uni student, I am very new to the twitter api, i have been making an aplication in "Processing" to show tweets coming up on a world map in real time. im not trying to get the post its the geocodes i want, with lots of help from people here and on the processing forums i have made it so that

RE: [twitter-dev] Help Getting Started with Site Streams

2010-11-24 Thread Nancy Neira
Jay You looking for code patch or the actual code to do streaming? Nancy > Date: Wed, 24 Nov 2010 23:53:21 -0500 > Subject: [twitter-dev] Help Getting Started with Site Streams > From: jay...@gmail.com > To: twitter-development-talk@googlegroups.com > > I am trying to ge

[twitter-dev] Help Getting Started with Site Streams

2010-11-24 Thread jay rox
I am trying to get started with the Site Streams. However, I am having a hard time finding the documentation for getting the stream started. Anyone know where I can find this info or able to provide it? I think I just need to know the names of the params, I can probably figure out the rest. Thanks

Re: [twitter-dev] Help needed - using data to create a spreadsheet with user characteristics

2010-11-20 Thread M. Edward (Ed) Borasky
Do you have a budget to get this done? This looks like fairly simple custom code using the REST API from any number of scripting languages. My Social Media Analytics Research Toolkit has some Perl scripts that will dump a list of a Twitter user's contacts (followers + followings) and a Twit

[twitter-dev] Help needed - using data to create a spreadsheet with user characteristics

2010-11-20 Thread rogerdodger
Hi folks - I'm a user rather than a developer so not even sure I should be here. If I need to head off somewhere else let me know where but my attempts to find what I need on the bit of the Twitter site dealing with APIs has foundered on jargon (theirs) and ignorance (mine). What I'd like to do i

[twitter-dev] Help to count number of *all* the tweets for a given location

2010-11-19 Thread arlahiru
I need a small help to get the count of tweets for a given location(lat,log, radius) within a specific hour range of day using twitter search API or stream API. I realized that search API doesn't support to get *all* the tweets for a given location(*all* means at least 99% accurate result). It lim

[twitter-dev] Help converting Basic Auth to oAuth

2010-09-29 Thread Lorraine
I apologize if this is a very simple question- so new to this :) I need to convert Basic Auth to oAuth. Here's what's existing: // set user/pswd $username = 'mytwitterusername'; $password = 'mytwitterpassword'; // c

Re: [twitter-dev] Help for twitteroauth

2010-09-19 Thread Abraham Williams
"Could not connect to Twitter. Refresh the page or try again later." with TwitterOAuth generally means one of several things. You don't have a valid consumer key/secret being used, there is a firewall blocking access from your server to https://api.twitter.com, or your servers time is not being au

[twitter-dev] Help for twitteroauth

2010-09-15 Thread kilotto
Hi all, I'm trying use twitteroauth but I have some problems. When I use twitter twitteroauth in my webserver ( http://twitter.domain.net ) the script display the error: "Could not connect to Twitter. Refresh the page or try again later.". If I use other script, it display: "Woah there! This pa

[twitter-dev] Help

2010-09-14 Thread adel Galal Hegazy
hey i want to know how can i use OAuth Library with J2me application as i used Basic Auth but it's no longer be used and i used library Twitter_api_Me but it's also didn't work.so,what can i do??? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter

Re: [twitter-dev] help with accessing the streaming api

2010-09-07 Thread John Kalucki
The Streaming API will print a short text message along with errors that is often a very explicit indication of the problem. I don't think it throws 500 errors (see: http://dev.twitter.com/pages/streaming_api_response_codes) so something odd is going on. If anything, it is throwing a 406, as you ha

Re: [twitter-dev] help with accessing the streaming api

2010-09-07 Thread Tom van der Woerdt
Not for Streams. Tom On 9/7/10 1:52 PM, Lenin wrote: > Dont you know that the BasicAuth has been disabled for good? > > -- > Twitter developer documentation and resources: http://dev.twitter.com/doc > API updates via Twitter: http://twitter.com/twitterapi > Issues/Enhancements Tracker: > http:

Re: [twitter-dev] help with accessing the streaming api

2010-09-07 Thread Lenin
Dont you know that the BasicAuth has been disabled for good? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to

[twitter-dev] help with accessing the streaming api

2010-09-07 Thread omri
def run (self): status_url = "http://stream.twitter.com/1/statuses/filter.json"; request = urllib2.Request(status_url) print request auth = base64.encodestring('Consumer key:Consumer secret')[:-1] request.add_header('Authorization', 'basic %s' % auth) firehose = urllib2.urlo

[twitter-dev] Help with the API

2010-08-26 Thread Tiago
I'm writing an application and I need to know the impact of some twitter account, but i don't know how, does anybody know that? and other thing, how can i know the number of retweet, because with the api i can get only 100 retweets, and i need know the number of all of them. -- Twitter developer

[twitter-dev] Help with Oauth & update status

2010-08-16 Thread Claudia
Hi all I'm just getting versed in Oauth, and was hoping someone might have some help or example code to keep me moving on this. I'm creating this web experience using a single twitter account, and hashtags and @ user mentions to distinguish users who are updating. So - for updating status, I need

Re: [twitter-dev] Help with xAuth and PHP

2010-08-14 Thread Tom van der Woerdt
Hi, I've seen several things: 1. I *think* that your URL encode function is slightly wrong - this is what my PHP OAuth site has : return str_replace( '+', ' ', str_replace('%7E', '~', rawurlencode($input)) ); 2. You seem to be lucky that the sort order is right, but your cod

[twitter-dev] Help with xAuth and PHP

2010-08-14 Thread hgc2002
Hi, I have been unable to get the access token for xAuth. I've been granted xAuth but now I need to use it, so that's why I'm requesting your help. This is the output I'm getting: HTTP/1.1 401 Unauthorized Date: Fri, 13 Aug 2010 17:34:58 GMT Server: hi Status: 401 Unauthorized X-Transaction: 128

[twitter-dev] HELP on the query rate limit and throttle control

2010-08-10 Thread Carrie
I am querying friends/ids following https://apiwiki.twitter.com/Twitter-REST-API-Method%3A-friends%C2%A0ids I am using @stcllama credentials. http://api.twitter.com/1/account/rate_limit_status.json returns that, for this account: {"remaining_hits":1,"hourly_limit":2,"reset_time_in_seconds"

Re: [twitter-dev] Help with an application.

2010-08-06 Thread Matt Harris
Hi Victoria, So we can help you out could you share the code you are using to post a Tweet. Also, when a Tweet doesn't post you should be getting a response of some kind from the API - can you share the responses for those failed request too. Best, Matt On Thu, Aug 5, 2010 at 12:56 PM, Victoria

[twitter-dev] Help with an application.

2010-08-05 Thread Victoria P
Hi! My name is Victoria and I am making a twitter application that sends tweets to the user´s twitter account according to the actions the user does on the application webpage. For example if the user pushes a botton that says "hello", the application sends a tweet that says "hello" concatenated to

Re: [twitter-dev] Help! Failed to validate oauth signature and token

2010-06-30 Thread Taylor Singletary
Hi Slavik, Happy to help. Are you able to share the signature base string that goes with this request? Do you know if the server/system you're executing this from has a clock in sync with Twitter's? (We offer the current date / time in the HTTP response to failed and successful requests). I take i

[twitter-dev] Help! Failed to validate oauth signature and token

2010-06-30 Thread slavik
I am writting a client on Symbian. There is no lib for the platform, so I write one. However, I have not been successful yet. When I post to http://api.twitter.com/oauth/request_token, I always get "Failed to validate oauth signature and token". I have check the time and the signature value acc

[twitter-dev] [help]load old tweets by api failed .how to backup them?

2010-06-17 Thread Math2Gold
Many tweets are missed.I tried load tweets with since_id & max_id or page & count , but failed . more than 2000 tweets ,it just returned 1461 tweets yesterday and returned 705 tweets today. Is there any other way to backup my tweets? How long could twitter dev team solve this problem?

Re: [twitter-dev] help!! 'Invalid / used nonce' problem about twitter api on google app engine

2010-06-14 Thread Taylor Singletary
Are you repeating the process to get the access token on every authenticated request, or are taking your access token components from a database (or other storage medium) and re-using them? Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Sun, Jun 13, 2010 at 8:53 AM, g

[twitter-dev] help!! 'Invalid / used nonce' problem about twitter api on google app engine

2010-06-14 Thread ggcc11
I create a jsp project about twitter api.When I run it on my own local jsp server,tomcat,it works correctly.So I upload it to google app engine.On the app engine,If I visit the unnecessary authorized api,such as public_timeline,it works well.But when it need authorize,such as home_timeline,it alway

Re: [twitter-dev] [HELP!!!] Autologin using PHP + Oauth API

2010-06-11 Thread Matt Harris
We don't provide a way to log a user into twitter.com through the API but you can, through OAuth, request permission to interact with a users account or perform actions on their behalf. What is it you need to log the user into Twitter for? Matt Harris Developer Advocate, Twitter http://twit

[twitter-dev] [HELP!!!] Autologin using PHP + Oauth API

2010-06-11 Thread lu5ceh
I'm making a PHP script that automatically logs in a given Twitter account. How I can do to make using the new API

Re: [twitter-dev] Help in twitteroauth By Abraham Williams

2010-05-18 Thread Abraham Williams
Once the user comes back to your site and has a valid access token you can use PHPs sessions to check if they are authenticated. http://www.php.net/manual/en/book.session.php Abraham On Tue, May 18, 2010 at 03:35, Feras Allaou wrote: > Hi Folks, > > How are you? > could you please help me in t

[twitter-dev] Help in twitteroauth By Abraham Williams

2010-05-18 Thread Feras Allaou
Hi Folks, How are you? could you please help me in this issue ?? i'm using twitteroauth php library v 0.2.0-beta3, I want to know how can I display a message regarding to the user status . I mean, if the user is logged in I print Welcome , else print Not Logged in ! How can I check so ? Please he

[twitter-dev] Help whitelist my ip

2010-05-12 Thread a...@topyapps.info
Hi, I'm waiting for a response regarding ip/account whitelisting for about a week now. I've first filled in the required form, then after several days emailed to a...@twitter.com, got a reply suggesting to fill the form again, did it 2 days ago. I run http://topytalk.com - a talk-oriented timeline

[twitter-dev] help about whitelisting request form

2010-05-11 Thread tao
dear sir last friday i Filling in whitelisting request form on twitter and submit my request but now i cant get any Reply. please tell me When Will I be able to get Reply? my twitter user is yametei thank you

[twitter-dev] Help required using OAuth

2010-04-12 Thread Dushyant
I am new to twitter API and also to web hosting and stuff. I have installed a WAMP and use localhost to run my PHP scripts. Now I want to register my app on Twitter and I require a callback URL which must be the URL to your “profile-page.php” file. Do I need a web host for this (kindly suggest a fr

Re: [twitter-dev] help with xAuth

2010-04-08 Thread Cameron Kaiser
> I've done exactly what the docs say to do for xAuth (http:// > apiwiki.twitter.com/Twitter-REST-API-Method%3A-oauth-access_token-for- > xAuth). Yet I keep getting "Failed to validate oauth signature and > token". The only thing the docs doesn't note is the secret key that is > used to sign. Am I

[twitter-dev] help with xAuth

2010-04-08 Thread John
I've done exactly what the docs say to do for xAuth (http:// apiwiki.twitter.com/Twitter-REST-API-Method%3A-oauth-access_token-for- xAuth). Yet I keep getting "Failed to validate oauth signature and token". The only thing the docs doesn't note is the secret key that is used to sign. Am I suppose to

[twitter-dev] Help search works but retrieving user info doesn't...

2010-03-01 Thread eco_bach
Hi I'm building a search application in Flash and have encountered a security error when retrieving a user's information using the following... http://api.twitter.com/1/users/show.xml?screen_name= I noticed a crossdomain.xml file returned with the above. This works http://search.twitter.com/se

[twitter-dev] Help with API Friendships show Php

2010-01-17 Thread humbucker
Hi! Before displaying tweets including a specific search term, I would like to verify if the tweet is coming from an user following me. I've been advised here to use the FriendShip Show method. Could someone show me a php example that test if user is a follower ? I can do the rest but I'm stuck

Re: [twitter-dev] help in getting list.

2010-01-03 Thread Cameron Kaiser
> Dear Sir, > i am using twitter api, when i display user's following list. list is > getting displayed for 100 people only, actually user is having > 2000 following. i want all 2000 following of user to be displayed . how can > i do that? can anybody help me on this? You cannot. You mu

[twitter-dev] help in getting list.

2010-01-03 Thread Rushikesh Bhanage
Dear Sir, i am using twitter api, when i display user's following list. list is getting displayed for 100 people only, actually user is having 2000 following. i want all 2000 following of user to be displayed . how can i do that? can anybody help me on this? Thanking u in advance. wish

Re: [twitter-dev] Help - need location data for each tweet for a particular search without using a radius

2009-12-24 Thread Raffi Krikorian
hi - you can't, unfortunately. soon - we will be releasing the geo-hose ( http://www.slideshare.net/raffikrikorian/whats-happening-here) which will allow you to track locations, but, still no the entire world at one shot. On Thu, Dec 24, 2009 at 8:50 AM, seeta.g...@langland.co.uk < seeta.g...@lan

[twitter-dev] Help - need location data for each tweet for a particular search without using a radius

2009-12-24 Thread seeta.g...@langland.co.uk
Does anyone know? I need help to create a twitter app, which does a twitter search like http://search.twitter.com/search.atom?q=christmas, but I want the location tag e.g. google:location to be returned in the xml doc so that I can use it to position a marker on google maps. I know how to do this

[twitter-dev] Help with getting started

2009-12-13 Thread Q
Hi, I have a website with a product listing. I would like to tweet about each new product added to the site that all the followers can get an update. The site is written in rails. Is there any plugin available out there which will allow me to tweet to my own account?

[twitter-dev] Help! Invalid / expired token. (PHP using Abraham Williams' library.)

2009-11-30 Thread michael sean
I can't figure this out for the life of me. I've authorized my application and retrieved the access token. The access token and secret are stored in a database. Then I try to make a 'verify credentials' query using Abraham's library, as shown in the example code: $connection = new TwitterOAuth($co

[twitter-dev] Help parsing Latlon data from XML

2009-11-30 Thread chrisR
Hi there, I've identified how to include the Geo-tagging information in the API, and having posted using tweetie 2.1 I see some tweets with the new data, which is excellent. But I'm having I bit of a problem parsing the latlon info out of the XML I have tried: var latlng = item.getElementsByTagN

[twitter-dev] Help estimating tweets per day...

2009-10-14 Thread Kyle B
I am creating a mathematical model based on some results from Twitter's API, but I am missing one critical number in the model. I need to estimate the number of total tweets in the USA each day. The better an estimate I get and the less assumptions I make, the more useful the model will be (it wi

[twitter-dev] HELP with authentication

2009-09-22 Thread ajibanda
well I need to incorporate twitter in my site like this. once the user clicks on the link, the user automatically logins the Twitter AND automatically updates his/her status with a user defined message. I'm using joomla with this one, I was planning to use php with this but even javascript would

[twitter-dev] help!!!

2009-08-29 Thread francina
i can't upload a picture for my twitter account, it says the pic is too big. what does this mean? also, i tried to link a wordpress blog to twitter and it says my page does not exist. what does this mean??? I need your help soon please! ~francina

[twitter-dev] help retrieving tweets from other users!

2009-08-20 Thread raashid bhatt
Hi all i am developing a Desktop client of twitter for self use its actually my first time working on twitter API i want get tweets from other user for that i use user_timeline REST method but for that i can only view latest 200 tweets for that particular user and "page" parameter don't works w

[twitter-dev] Help wanted on methods of displaying Twitpic and Yfrog images posted in Tweets

2009-08-04 Thread BadBoy House
Hi all. I'd like to have a go at creating a site in Dreamweaver similar to Picfog - where it displays realtime streaming photos of Twitpic and Yfrog images that have been posted in Tweets. I'm not sure where to start on this - is there any code you can recommend? Could this be done in javascrip

[twitter-dev] Help signing OAuth requests

2009-07-30 Thread Marcel Molina
For those who might be struggling to ensure their OAuth signatures are being generated correctly, this guide provides more hand holding with the process than the specification. It includes custom forms where you can fill out all the details of your request and see what the signature and its related

[twitter-dev] Help with my rate limit issue?

2009-07-28 Thread Green McP
Hi, I'm writing an app that requires semi-live updates from each user. Right now my registered userbase is five, so with a cron job I run the script every two minutes for 150 calls per hour (I'm requesting user Xs updates since last update) with a whitelisted limit of 2/hour though this only

[twitter-dev] Help on posting a link on Twitter...

2009-07-21 Thread Travis Williams
I could really use some probably simple help on posting a Google Map link to Twitter, which comes from an app of mine through the API. Basically I'd want to post the entire link like this to twitter from my app: Here is the data I send twitter in the API: "is sharing the location for NAME. http:

[twitter-dev] Help with twitter profile.

2009-07-07 Thread Slicey
Basically I am trying to make a site where a user come to the site, types in their username, song title, artist title, and uploads a song, this then gets stored in a database along with a random generated code. What I am trying to do is make a twitter clone page of the users profile. eg. if a user

[twitter-dev] Help with Desktop Application (?)

2009-06-25 Thread lanlim
Hi, Using the new OAuth Implementation, users need not put his/her login credentials to your application. If ever i would want my application to be able to post status updates on a user's behalf, what do i need to do? If i set the "Desktop Application" to the type of application at http://twitte

[twitter-dev] Help styling twitter in message link URLs as icons instead of text

2009-06-24 Thread jefbak
I am trying to figure out what css/script would be required to take a link posted in a tweet and style it so that it shows as an icon instead. This way we can display our twitter stream on a web page with nice graphics instead of text URLs showing up in tweets that have links. Has anybody tried

[twitter-dev] Help needed, to search photos in twitter

2009-06-04 Thread Chethan
Hello, can anyone please tell me how to search for photos in twitter/ twitpic, (ex: http://www.twitpicsearch.com, http://tweetgrid.com/twitpicgrid), it would be really helpful if you could provide me with some sample code, I am using PHP and jQuery Thankyou

[twitter-dev] Help with API to reply to a tweet

2009-05-12 Thread Doug
Hi folks... Im hoping someone can help me. I've read the docs and have experimented with code a bit but am having trouble creating a reply to a twitter post. My code has the user name and the post #, I just find myself guessing as to the format. I know the user must be @user referenced in the m

[twitter-dev] Help with OAuth and the "phrase" parameter in Search

2009-05-09 Thread Ammo Collector
Hi, I'm trying to use Twitter Search to find Retweets by performing a phrase search "r...@screen_name". This can be performed by using the following: http://search.twitter.com/search.atom?q=&phrase=...@klout&lang=all&rpp=10&page=1 However, urlencode the "phrase" parameter and the results are di

[twitter-dev] help with oauth status update utf8 issue

2009-04-23 Thread alon
hello, i've successfully managed to login to my webapp using twitter oauth and updated my status on twitter. problem is that it only works fine with english. when i tried updating my twit with hebrew utf8 it posted the utf8 char as is on the profile page. http://twitter.com/Laylathedog/status/159

[twitter-dev] help me out, por favor

2009-03-29 Thread Peter Denton
Hello, Doing a research report - information wont be sold - no names will be used - just for edification.* I'm being serious*, I just some honest answers to help me with something. If this is a TOS violation, I searched and didnt see anything, so not trying to make lex, doug, and matt upset. Please

[twitter-dev] Help!! Oauth weirdness, invalid / expired token.

2009-02-21 Thread Emmanuel
Hey, a couple of days ago I had Twitter OAUTH working just fine for GET requests, but when I tried a few today, I keep getting invalid / expired Token. I still didn't get any POST requests to work btw, but that's a different thread. This is super weird, below is my return: [request] => Array