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

2011-07-03 Thread Echo
Thanks Matt. You are right. Friends/ids and users/lookup can take the place of statuses/friends. However, it will spend two API remaining number and two response time. Maybe implementing statuses/friends with friends/ids and users/lookup in Twitter API side will be better? Best regards, Echo On

[twitter-dev] Re: GET direct_messages not works

2011-07-03 Thread Anbarasan K
Oh, Thanks. I will create new application. But it worked well previous. Now only it not works. Did they change API permission level recently? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancement

Re: [twitter-dev] Authentication dilemma

2011-07-03 Thread kamesh SmartDude
Hai, since u r the application creator and u don't want to access the data of the others so u can try like the below, once u created an application in twitter website u will get u r access token and access secret also. with these u can access u r data and post it wall. u directly these keys to

[twitter-dev] Official Twitter Widget and rate limit

2011-07-03 Thread CD
I notice that there is an officially released twitter widget that ate up my rate limit and caused my dev app to get rate limited. I think this widget is not cool and if enough people put this up on the webpage everyone will end up getting rate limited. Basically I don't think I should get rate li

[twitter-dev] Streaming JSON and character encodings

2011-07-03 Thread CD
my twitter text is being delivered with a < whereas the tweet in twitter displays the <. Is this supposed to be decoded by the JSON parser? Or do I need to run a HTMLDecode() on the text field myself? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via

Re: [twitter-dev] Authentication dilemma

2011-07-03 Thread Aldian Fazrihady
You can use/create a tool such as http://getaccesstoken.aldianfazrihady.comto generate access token then store it somewhere. Your twitter API calls will use that offline access token. Aldian On Sun, Jul 3, 2011 at 6:48 AM, george wrote: > We have a website for internal use within our company. W

RE: [twitter-dev] Twitter Authenication

2011-07-03 Thread Tatham Oddie
Hi, You'll want OAuth. Start here: http://dev.twitter.com/pages/auth_overview -- Tatham -Original Message- From: twitter-development-talk@googlegroups.com [mailto:twitter-development-talk@googlegroups.com] On Behalf Of ken lee Sent: Monday, 4 July 2011 6:02 AM To: Twitter Development

[twitter-dev] Twitter Authenication

2011-07-03 Thread ken lee
Hello, I am looking for a mod or a know-how to use their twitter account to sign in to my site. Steps: 1. New user that has twitter account comes to my sign 2. Use "Sign in with twitter" button to authenticate. 3. Once it is authenticate through twitter, I want to have his twitter's username as

[twitter-dev] Streaming API with location and no geo filter?

2011-07-03 Thread Zac Witte
I'm tracking on a particular keyword and I want to see where in the world people are tweeting about this keyword. I'm interested especially if they're tweeting from specific venues (or checking in on foursquare, etc.) so profile location is not sufficient. I can apparently get that information if I

[twitter-dev] Temp Error - via Manage Domains

2011-07-03 Thread Michael Mikhjian
I'm trying to remove domains and I get "Sorry, a temporary error occurred." -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change y

Re: [twitter-dev] Posting/share a content from my site??

2011-07-03 Thread Muhammad Farid
thank you.. :) On 7/3/11, Farid wrote: > Hi..., I am new being twitter developer.., I want to share/post a > content from my site to twitter, how I can do that?, or you can send > me a link to twitter API documentation. > > Thanks. :) > > -- > Twitter developer documentation and resources: https:

Re: [twitter-dev] Twitter API implementation

2011-07-03 Thread kamesh SmartDude
Hai, is it possible for u which API that lib is using. Because twitter deprecated the OLD statuses/following, statuses/follower API. And now it is using the New API's to get the data. //kamesh On Sat, Jul 2, 2011 at 8:47 PM, subdesign wrote: > Hi, > I use Codeigniter php framework, and tried

Re: [twitter-dev] Error Message List Of Twitter

2011-07-03 Thread kamesh SmartDude
Hai, i mentioned that as an example how it is returning error ,messages. i need all the error message list for each and every API. Thanks for the reply. Regards, kamesh On Sat, Jul 2, 2011 at 1:18 PM, Mo'b Mo'b wrote: > Have you read the api? Use Oauth. > > > On Thu, Jun 30, 2011 at 11:59 AM

Re: [twitter-dev] Re: Twitter Search not showing results

2011-07-03 Thread kamesh SmartDude
Hai shilpa, Rate Limiting depends on the IP Adress. Twitter server calculates the no of requests from the IP adress and limits the response. //kamesh On Fri, Jul 1, 2011 at 10:33 PM, sri shilpa wrote: > Thank You Kamesh. Yes thats only the problem. But my client is not getting > results even

Re: [twitter-dev] Authentication dilemma

2011-07-03 Thread Tom van der Woerdt
OAuth, but using the SSO keys provided to you on dev.twitter.com. Tom On 7/3/11 12:48 AM, george wrote: We have a website for internal use within our company. When a certain action occurs on the site, such as a survey being completed, we would like to have the app (our website) post a status u

[twitter-dev] How to build API proxy(with Ruby)

2011-07-03 Thread tomykaira
Hi, everyone. I want to build personal API proxy server like apigee for NLP related research. Basically, it should receive request from the client, redirect it to the official API server, get the response, and send the response to the client. I have two questions. 1. What I want is similar to MIT

[twitter-dev] Posting/share a content from my site??

2011-07-03 Thread Farid
Hi..., I am new being twitter developer.., I want to share/post a content from my site to twitter, how I can do that?, or you can send me a link to twitter API documentation. Thanks. :) -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https:/

[twitter-dev] Re: GET direct_messages not works

2011-07-03 Thread oosswwaalldd
Anbarasan K, you have to go to dev.twitter.com/apps, go to your app and change the Permission level to Read/Write & Direct Messages, once you do that you have to revoke and re-authorize your client. That is because Twitter just change the API permission level and by doing this, if you upgrade or d

[twitter-dev] Authentication dilemma

2011-07-03 Thread george
We have a website for internal use within our company. When a certain action occurs on the site, such as a survey being completed, we would like to have the app (our website) post a status update on our company's Twitter account. This process is supposed to be invisible to the user and cannot invol