[twitter-dev] Problem With Fetching Followers and Following Id's

2011-06-13 Thread kamesh SmartDude
Dear All, I am developing a twitter mobile application, and i have a problem in fetching the followers and following list. earlier i used http://api.twitter.com/version/statuses/friends.format http://api.twitter.com/version/statuses/followers.format API's to fecth the Followers and following

[twitter-dev] Re: Error 403 while getFollowers : Twitter Iphone MGTwitterEngine

2011-06-13 Thread Amit Battan Ror
any idea guys On Jun 10, 4:33 pm, Amit Battan Ror batta...@gmail.com wrote: Hi All I am using Twitter-OAuth-iPhonehttps://github.com/bengottlieb/Twitter-OAuth-iPhone I am calling [twitterObj getFollowersIncludingCurrentStatus:NO] for getting my friend list which was working fine. But from

Re: [twitter-dev] Re: Error 403 while getFollowers : Twitter Iphone MGTwitterEngine

2011-06-13 Thread Bill Jacobson
Amit, I don't know your library, but in my case the 403 was accompanied by the message Not authorized to use this endpoint and the solution was to update to http://api.twitter.com/1 [etc.]. Bill Jacobson On 06/13/2011 05:39 AM, Amit Battan Ror wrote: any idea guys On Jun 10, 4:33 pm, Amit

[twitter-dev] Re: Error 403 while getFollowers : Twitter Iphone MGTwitterEngine

2011-06-13 Thread Amit Battan Ror
I am not getting the solution. and my API was working fine beofre 2 3 days.. but not now.. all other API except getFollowersIncludingCurrentStatus working ok and return proper output On Jun 13, 5:53 pm, Bill Jacobson gabe...@gmail.com wrote: Amit, I don't know your library, but in my case

[twitter-dev] edit application - time estimation until changes committed

2011-06-13 Thread ds
I've edited my twitter app several times(change app name, description,icon) and each change took a very long time until i was able to actually see it. How long does it take until changes on twitter app take effect? Thanks -- Twitter developer documentation and resources:

[twitter-dev] Having issues with twitter signin

2011-06-13 Thread GP
Getting this error 500:Something is broken. Please post to the group (http://dev.twitter.com/pages/support) so the Twitter team can investigate. h2Something is technically wrong./h2 pThanks for noticing—we're going to fix it up and have things back to normal soon./p What action should I take

[twitter-dev] Problems about crawling the twitter user relationship

2011-06-13 Thread danny
Hi everyone: I am going to crawl the user relationship information, like, followers and friends, from Twitter Inc. for my research work. While, I am confronted with some problems, can anybody give me some suggestions. My problem is as follow: = Problem A: I

Re: [twitter-dev] Having issues with twitter signin

2011-06-13 Thread Scott Wilcox
Sounds like an uncaught error. I'd contact a...@twitter.com with details of your request and the time it occurred. On 13 Jun 2011, at 09:11, GP wrote: Getting this error 500:Something is broken. Please post to the group (http://dev.twitter.com/pages/support) so the Twitter team can

[twitter-dev] Twitter JSON feed falls out with php

2011-06-13 Thread Andreas Voss
Hey Twitter Developers. I've had a bit om a problem with my home made twitter feed plugin for my website, sometimes it just wont load the feed for like 30 minutes and then it starts working again. Is there any of you familiar with this kind of error? ?php $user = andreasvoss; $url =

[twitter-dev] 'count' parameter for statuses/sample gives a 416

2011-06-13 Thread AdamWynne
Hi all I think the docs might be wrong, as it says that statuses/sample can have a 'count' (see: http://dev.twitter.com/pages/streaming_api_methods) but the API returns a 416 if you try and supply one Cheers Adam -- Twitter developer documentation and resources: https://dev.twitter.com/doc

Re: [twitter-dev] Re: Error 403 while getFollowers : Twitter Iphone MGTwitterEngine

2011-06-13 Thread Bill Jacobson
I'm suggesting that you find out what endpoint (Twitter URL) your app is targeting, and make sure that it matches what is currently documented. If it doesn't match, correct it. That's what worked for me. On 06/13/2011 08:05 AM, Amit Battan Ror wrote: I am not getting the solution. and my API

Re: [twitter-dev] Re: Error 403 while getFollowers : Twitter Iphone MGTwitterEngine

2011-06-13 Thread Bill Jacobson
Amit, also see http://www.mailinglistarchive.com/html/twitter-development-talk@googlegroups.com/2011-06/msg00256.html. That's what helped me. -Bill On 06/13/2011 10:44 AM, Bill Jacobson wrote: I'm suggesting that you find out what endpoint (Twitter URL) your app is targeting, and make sure

[twitter-dev] Re: Having issues with twitter signin

2011-06-13 Thread Tim
I have the same problems. The request I made (keys and such deleted): wget https://userstream.twitter.com/2/user.json; --header Authorization: OAuth realm=Twitter API,oauth_consumer_key=,oauth_token=,oauth_nonce=,oauth_timestamp=1307967420,oauth_signature_method=HMAC-

[twitter-dev] Re: assets2.twitter.com seems to be down

2011-06-13 Thread kp
http://assets2.twitter.com/images/icon_lock.gif On Jun 11, 4:58 pm, Matt Harris thematthar...@twitter.com wrote: Hi, What file/resource are you trying to load from that domain? Best, @themattharris On Jun 11, 2011, at 9:23, kp pki...@gmail.com wrote:

[twitter-dev] illegal character in json feed

2011-06-13 Thread miramardesign
All browsers throw error illegal character in twitter jsonp feed http://jsfiddle.net/NBCGf/34/ Please advise, //mh -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

Re: [twitter-dev] illegal character in json feed

2011-06-13 Thread Taylor Singletary
Do you have more details about the specific illegal character(s) you're receiving? How frequently are you polling the API? Have you tried reproducing your scenario outside of a browser-based environment? @episod http://twitter.com/intent/user?screen_name=episod - Taylor Singletary On Mon, Jun

Re: [twitter-dev] illegal character in json feed

2011-06-13 Thread michael hazzard
Taylor(); I took a pic of firebug here: https://docs.google.com/leaf?id=0B1lcI5OlKM2xNDczZDdmYTMtMjFjZi00Y2E2LWE4MTMtM2YyM2I5ZTM4Njhlsort=namelayout=listnum=50 It is similar to this case (I believe the same chars)

Re: [twitter-dev] illegal character in json feed

2011-06-13 Thread michael hazzard
Oh answers to #2 and #3 2) I am polling the jsonp api every second in this test but it will be changed for production to like 6 seconds and cached after all 30 feeds are loaded 3) No, I haven't tried outside the browser since this is strictly a jsonp feed and I chose jsonp over server-side xml

[twitter-dev] Search all tweets by application

2011-06-13 Thread Juan Delgado
Hi there, I cannot find a way of retrieving all the tweets coming from a given application. For example, can I retrieve all the tweets posted using TweeDeck? Nothings comes up on the documentation or in google, any idea? Cheers! Juan -- Twitter developer documentation and resources:

Re: [twitter-dev] illegal character in json feed

2011-06-13 Thread Taylor Singletary
It would be very helpful if you could provide a specific Tweet ID that is exhibiting this behavior -- the test case you're presenting is a bit artificial. Do you know if the environment you're doing this consumption is fully capable of understanding the UTF-8 character set? Tweets can contain just

Re: [twitter-dev] Search all tweets by application

2011-06-13 Thread Taylor Singletary
Hi Juan, There's no way to effectively retrieve all tweets sent by a given application using primary methods of any of our APIs. The Search API has some advanced operators that allow you to specify a specific tweet source (effectively the string of text that represents the application that posted

Re: [twitter-dev] illegal character in json feed

2011-06-13 Thread michael hazzard
Taylor, Firefox 4.01 on Windows Server 2003 and IE8 on Windows Server 2003 (I believe they are both fully utf-8 compatible) (using jQuery 1.3.2 js library, I would upgrade but I am stuck at it w/ other dependencies ) Can you not reproduce the error on the jsFiddlehttp://jsfiddle.net/NBCGf/34/?

[twitter-dev] A few updates about the permission model change

2011-06-13 Thread Matt Harris
Hey everyone, A number of updates were made to the Direct Message methods and OAuth screens at the end of last week. Here's what went out: * force_login is now supported on https://api.twitter.com/oauth/authorize * the OAuth screens now support a feature phone tier of handsets and render them in

[twitter-dev] how to find automatic vs. manual retweets in a Twitter API?

2011-06-13 Thread Saghar
I want to know how Twitter or Twitter APIs such as Power Track tags auto retweets from manual retweets. I have a Twitter data stream and need to know which tweets have been retweeted manually and which ones are automatic retweets. Any thoughts? -- Twitter developer documentation and resources:

[twitter-dev] Could not retrieve /statuses/friends.xml: 403 Forbidden

2011-06-13 Thread cadetandrew
I'm currently using an application for mIRC named BitlBee (bitblee.org). With it you can see tweets from those you are following and send tweets out. When you add your account it gives you an OAuth token and an OAuth token. When the link is clicked it gives you a link to a page where there is a

Re: [twitter-dev] Could not retrieve /statuses/friends.xml: 403 Forbidden

2011-06-13 Thread Georgooty varghese
/statuses/friends.xml API has deprecated by Twitter.So you did not get these details. For getting friends details you can use a combination of friends.ids and user/lookup. Regards, George On Tue, Jun 14, 2011 at 8:34 AM, cadetandrew homerthi...@gmail.com wrote: I'm currently using an

[twitter-dev] Re: Error 403 while getFollowers : Twitter Iphone MGTwitterEngine

2011-06-13 Thread Amit Battan Ror
Thanks Bill I will check and try to track URL .. On Jun 13, 9:07 pm, Bill Jacobson gabe...@gmail.com wrote: Amit, also seehttp://www.mailinglistarchive.com/html/twitter-development-talk@googl That's what helped me. -Bill On 06/13/2011 10:44 AM, Bill Jacobson wrote: I'm

[twitter-dev] Re: Error 403 while getFollowers : Twitter Iphone MGTwitterEngine

2011-06-13 Thread Amit Battan Ror
Bill Working fine : https://twitter.com/statuses/friends_timeline.xml Not Working Giving 403 Error : https://twitter.com/statuses/followers.xml On Jun 14, 10:14 am, Amit Battan Ror batta...@gmail.com wrote: Thanks Bill I will check and try to track URL .. On Jun 13, 9:07 pm, Bill

[twitter-dev] how save twitter login?

2011-06-13 Thread Maksim Bunkow
I developing Desktop App and use OAuth, how save acc data for logining users without password every time? Thx. -- С уважением, Буньков Максим. bim...@gmail.com -- Twitter developer documentation and resources: https://dev.twitter.com/doc API