Re: [twitter-dev] Problem - SSL CA cert

2010-11-28 Thread Georgooty varghese
Dear Twitter, Thanks for reply. I do the the all things says in http://curl.haxx.se/docs/sslcerts.html . So the issue solved in the PC using libcurl. But the issue not solved in embedded environment board. I have copied the same file in board, but the issue not solved. If any other certification

[twitter-dev] Re: New Twitter changes affecting Juitter App?

2010-11-28 Thread codeless
That fixed it!!! A million thank yous! -- 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 this group: http://gr

[twitter-dev] Re: Finding People With E-Mail Address!

2010-11-28 Thread L. Mohan Arun
> I want find people by e-mail address. How can I find people with their > e-mail address? Can I search to people account via e-mail? This has been discussed before http://groups.google.com/group/twitter-development-talk/browse_thread/thread/23eabbb53998b023?fwc=1 -- Twitter developer documenta

[twitter-dev] Re: Convert RSS entries to tweets

2010-11-28 Thread L. Mohan Arun
>I have a RSS feed and I want it to convert it to auto-tweets (when new >entries are available using my own twitter app. >How can I do it in PHP? Simply use twitterfeed.com. If you really want to do it with your own twitter app, see http://www.mabujo.com/blog/posting-from-an-rss-feed-to-twitter-u

Re: [twitter-dev] New Twitter changes affecting Juitter App?

2010-11-28 Thread Adam Green
It looks like Juitter search is based on the search API and uses lang=en in the query. That parameter has been broken/flaky for a few days. A lot of us have found this. Taking out lang=en for now worked for my scripts. On Sun, Nov 28, 2010 at 7:15 PM, codeless wrote: > Hoping someone can help out

[twitter-dev] Search API Optional lang Has Problem.

2010-11-28 Thread Jeong Hoon Kim
About 5 days ago, Suddenly Search API Optional lang had no results..My optional lang is ko. Did anybody apply Search API lang option? Did the results come out correctly? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitte

[twitter-dev] New Twitter changes affecting Juitter App?

2010-11-28 Thread codeless
Hoping someone can help out with this. I like using Juitter (http:// www.juitter.com/). But the new changes made to Twitter on Friday are affecting it. The toUser and fromUser functions still work. But searchWord no longer functions, just a blank screen. Anyone know what I need to change to fix it?

[twitter-dev] Different crossdomains for a0.twimg.com & a2.twimg.com, a3 etc

2010-11-28 Thread stephen
Hey, It appears the crossdomains for a2, a3, etc are different and are preventing flash from accessing profile images on these domains. a0 and a1 are fine, however the api returns profile image urls using all of these domains (a0 - a?). Are the crossdomains suppose to be all the same or are we s

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

2010-11-28 Thread Bess
Any standard Twitter API is rate-limited except Streaming API (Firehost). However Streaming API must be approved by Twitter manually. If radius cap is 100 miles, it should cover most metropolitan area size. In some areas you may not get enough tweets for 200 miles diameter to show sufficient Tweet

[twitter-dev] Re: Convert RSS entries to tweets

2010-11-28 Thread Bess
I thought you could use 3rd party tool to support RSS>Tweet conversion. Can you do such thing using Twitter API? On Nov 27, 5:47 am, Chief wrote: > I have a RSS feed and I want it to convert it to auto-tweets (when new > entries are available using my own twitter app. > How can I do it in PHP? >

Re: [twitter-dev] Twitter API

2010-11-28 Thread Abraham Williams
> > Twitter's implementation of OAuth is not up to spec, so they issue > long-lived tokens (that never expire). These can be stored in a database and > reused forever (or until Twitter updates their implementation of OAuth). > Although this has serious security risks, it makes the implementation of

Re: [twitter-dev] Simple example of how to post a tweet from my website using PHP

2010-11-28 Thread Edward Hotchkiss
use his library, skip all the example shit, then fill in the 3,4 paramters where 1,2 are consumer keys with your access keys which will then post without "oauthing" to your account. use this tweet example and ur golden, ignore the clearsessios, callback etc. On Nov 28, 2010, at 7:35 AM, Wargame

Re: [twitter-dev] RE: Spam Tweets

2010-11-28 Thread Edward Hotchkiss
id_str iteration. On Nov 27, 2010, at 9:43 AM, TweetzMatter wrote: > Anyones valid answer is appreciated: > > How is it that moments after opening a twitter account, 2 or 3 'spam' > followers have already found it? > Drives me crazy. Thanks. > > -- > Twitter developer documentation and resour

[twitter-dev] Re: Geocoded searches broken

2010-11-28 Thread bob.hitching
seeing the same problem on http://geome.me, for example - http://search.twitter.com/search.json?geocode=37.44452,-122.161304,7km&q=love Response includes: ... "warning":"adjusted since_id to 9031872674339840 due to temporary error" ... thanks to Randy for the workaround. help us Twitter! On No

Re: [twitter-dev] Simple example of how to post a tweet from my website using PHP

2010-11-28 Thread Abraham Williams
To tweet to your own Twitter account with TwitterOAuth is as simple as three line of code: https://gist.github.com/564882 The wiki also lists a number of excellent guides/howtos specific for TwitterOAuth: https://github.com/abraham/twitteroauth/wiki/links Abraham - Abraham Williams

Re: [twitter-dev] Simple example of how to post a tweet from my website using PHP

2010-11-28 Thread Adam Green
Here is a tutorial that takes you through the entire process of tweeting to a single Twitter account using PHP and OAuth: http://140dev.com/twitter-api-programming-tutorials/hello-twitter-oauth-php/ You can contact me directly if you have any questions. On Sun, Nov 28, 2010 at 7:35 AM, Wargame We

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

2010-11-28 Thread danetroup
how do you get tweets from all over? I thought they were limited to up to 1000 mile radius? can you give a summary of your goal. It seems like doing it real time would be impossible (if you want to capture every tweet around the world) I am working on a geo mashup with tweets and google maps usin

[twitter-dev] Simple example of how to post a tweet from my website using PHP

2010-11-28 Thread Wargame Website
Hi I'm new to web development and I'm having a hard time finding the right example or tutorial for what I want to do. At the moment all I'm looking to do is have my website post an automated tweet to my own Twitter account using PHP. I've got my Consumer_Key and Consumer_Secret keys sorted out.

[twitter-dev] Re: Geocoded searches broken

2010-11-28 Thread MikeUCUD
I'm having the same issue. It worked again for a little while, but hasn't worked in a day or 2. -- 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/is

[twitter-dev] Re: lang=en queries to search API not working

2010-11-28 Thread MartinW
Hi Steve, I've found the same problem over the past couple of days too. I had also narrowed it down to the lang parameter but selecting all does still not guarantee results. This is now impacting my live site as no results are being returned. I'm also going to investigate whether rate limiting co

[twitter-dev] Re: Geocoded searches broken

2010-11-28 Thread Randy Walker
I can confirm we are having the same issue still with our geo coded searches. FWIW, the error is very similar to the one we got with non-geo searches when we specified language (&lang=en). Just like the language search bug, you can get around this by putting 'since' in the url (&since=2010-11-24)

[twitter-dev] Re: Tweet Button Not Valid XHTML

2010-11-28 Thread Rbeuque74
It could be great to have a 100% valid XHTML1.0Strict tweet button, because I want all my website pass w3c check, and now it's broken ... On 19 nov, 15:59, Tom van der Woerdt wrote: > These attributes are HTML5 attributes, not XHTML attributes. > > Tom > > On 11/19/10 7:17 AM, BG wrote: > > > Hel

[twitter-dev] Twitter talking with max/MSP

2010-11-28 Thread Brian Putz
Hey Everyone, Right now I am trying to get twitter to talk with max/MSP and I am having trouble getting the API's for the specific keyword I plan on needing for the patch. Do I need to have a specific web app before I can get access to retrieve specific key word tweets. All it would do is just in

[twitter-dev] RE: Spam Tweets

2010-11-28 Thread TweetzMatter
Anyones valid answer is appreciated: How is it that moments after opening a twitter account, 2 or 3 'spam' followers have already found it? Drives me crazy. Thanks. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitter

[twitter-dev] Convert RSS entries to tweets

2010-11-28 Thread Chief
I have a RSS feed and I want it to convert it to auto-tweets (when new entries are available using my own twitter app. How can I do it in PHP? I know how to connect to twitter using OAuth, but I don't have any experience with RSS feeds. -- Twitter developer documentation and resources: http://de

[twitter-dev] Finding People With E-Mail Address!

2010-11-28 Thread Burak Özkan
Hi everybody, I want find people by e-mail address. How can I find people with their e-mail address? Can I search to people account via e-mail? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements

Re: [twitter-dev] trying to get friends suggestions

2010-11-28 Thread Abraham Williams
This call is trying to get the suggested users in the category of "category". Try something like this: $suggestions=$connection->get('users/suggestions/sports'); Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham | github.com/abraham | blog.

[twitter-dev] trying to get friends suggestions

2010-11-28 Thread SeanthePaddy
hi, in my php app i want to get friends suggestions but i can't this is what im doing : $suggestions=$connection->get('users/suggestions/category','sports'); but i get : [error] => Can't find that category can someone please tell me whats wrong ? tnx -- Twitter developer documentation and

Re: [twitter-dev] Twitter API

2010-11-28 Thread Igor Kharin
Here's how "Sign in with Twitter" button works: http://dev.twitter.com/pages/sign_in_with_twitter For end-user is just like one-click operation, he doesn't need "to generate the access token." All the magic comes from server-side. You will need an access token for every account you working with. T

[twitter-dev] Re: difference between geo and coordinates in status

2010-11-28 Thread David W
So to answer my own question here a bit, I think that geo has been "replaced" by coordinates (at the status level) - but that place does not replace coordinates, but is rather used alongside it in some cases. It appears that they are used together on quite a number of occasions. A lot of foursqua

Re: [twitter-dev] Twitter API

2010-11-28 Thread Adriaan Pelzer
Yes, this will work. Twitter's implementation of OAuth is not up to spec, so they issue long-lived tokens (that never expire). These can be stored in a database and reused forever (or until Twitter updates their implementation of OAuth). Although this has serious security risks, it makes the imple

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