Thank u for reply
I am very new to this application, So not understanding basic concepts
itself,
can you suggest me any document to read, and having following info
* how any user can login just by his username and password,how he
will get authentication ???
* how I can use this in my appl
> I don't find any api can get friends email address.
> it's very important to my application.
> help me ,thanks
The use of other apis are not authorized by twitter but you can try
them for as long as they work.
Use Rapleaf API so 'your api' can get 'friends email addresses'
~~~ Mohan
--
Twitt
I am surprised that no one here to response you. May be you are asking
very basic info. You should go buy a Twitter developer book online
ebook or from a book store.
We are releasing a Twitter API Developer book but it is not available
yet til next year.
You'll need to use OAuth, not basic auth.
Now the issue solved. Thanks Twitter.
Regards,
George
On Mon, Dec 20, 2010 at 10:20 AM, Georgooty varghese wrote:
> Dear Twitter,
>
> I didn't get a solution. Please help me. I am waiting for your reply.
>
> Regards,
> George
>
>
>
> On Thu, Dec 16, 2010 at 1:58 PM, Tom van der Woerdt wrote:
>
The method you are using is called Pin-based OAuth, designed for
Desktop.
It's not ideal for mobile integration b/c it is cumbersome to ask
mobile user to copy and paste a pin from safari browser, then open app
2nd time to paste the pin in the right place in the app. Who would
want to take extra s
It's also worth noting that while the above example may not be pulling
a place, the API call I'll be including tomorrow uses the latitude/
longitude pair pulled from the Google Maps API V3 geocoder with the
same outcome.
On Dec 20, 7:22 pm, Corey Ballou wrote:
> Here's my non API call searches fr
Here's my non API call searches from search.twitter.com with a 5mi
range:
keg near:"121 W Trade St, Charlotte NC" within:5mi
http://search.twitter.com/search?q=+keg+near%3A%22121+W+Trade+St%2C+Charlotte+NC%22+within%3A5mi
http://search.twitter.com/search?q=&ands=keg&phrase=&ors=¬s=&tag=&lang=all&f
On user_timeline requests remember to add include_rts=1 to include retweets.
On Mon, Dec 20, 2010 at 3:13 PM, Mike wrote:
> Hrm, weird. I attempted adding that param when accessing 'statuses/
> user_timeline' but the datapoint was not created. Maybe I overlooked
> something. I'll try it again an
Hrm, weird. I attempted adding that param when accessing 'statuses/
user_timeline' but the datapoint was not created. Maybe I overlooked
something. I'll try it again and see what happens.
On Dec 20, 4:32 pm, Matt Harris wrote:
> Hi Mike
>
> This feature is supported as documented in that ticket.
Thanks for the responses. That's unfortunately not the case. We've gone
massively concurrent with this (we've wrapped our own concurrent queueing
around twitter4j, which it looks like Yusuke has just updated to add his own
concurrent approach to this...thx), and falling behind on the stream is
de
I'm creating my first twitter integration and I've gotten pretty far
(or at least it feels like have). I'm pretty confident I'm creating
my OAUTH headers and signature and all that correctly because the
other requests work fine, just not the access_token request. Here's
what I'm doing:
1. I do t
Im not entirely clear on how to reconstruct the query you are trying to
make. Can you share the full Search URL request you are making so we can
take a look.
Thanks,
@themattharris
Developer Advocate, Twitter
http://twitter.com/themattharris
On Mon, Dec 20, 2010 at 1:16 PM, Corey Ballou wrote:
Hi,
Dose the tweet have cell phone tower information in it when someone
post it with a cell phone?
Thanks
--
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/twi
Hi Mike
This feature is supported as documented in that ticket.
To find the right status ID you can call a timeline method with the
parameter include_my_retweet=1.
The include_my_retweet parameter will cause a new datapoint
"current_user_retweet" to be included in the status if the current user h
Seems like the DNS resolution is ok.
t...@16:20:04:~>nslookup betastream.twitter.com
Server: 192.168.1.1
Address:192.168.1.1#53
Non-authoritative answer:
Name: betastream.twitter.com
Address: 128.242.250.199
On Dec 20, 4:16 pm, Tom van der Woerdt wrote:
> You should take a
While running some tests on the search API I noticed a potential issue
with the search API's proximity handling when filtering by places. If
I specify a radius of 5 miles with a search term of "keg" and the
address of my office building, I would expect to retrieve a previous
tweet of mine:
Tweet i
You should take a look at your server's DNS settings.
Open a terminal session and enter `nslookup betastream.twitter.com`. It
should return something like this :
tom-mbp:~ tom$ nslookup betastream.twitter.com
Server: 10.0.0.138
Address:10.0.0.138#53
Non-authoritative answer:
Na
On Dec 20, 2010, at 12:16 PM, M. Edward (Ed) Borasky wrote:
>> Yeah, but it's rate-limited. I'm using http://s.coop/ for now. Dead
> simple.
>>
>> Best,
>>
>> David
>
> *All* services are rate-limited and *none* are free. ;-)
True.
David
--
Twitter developer documentation and resources: htt
I'm using ruby event machine to connect to sitestreams - and am unable
to even connect to the betastream server - any help would be
appreciated.
connecting to http://betastream.twitter.com:80 with {:path=>"/2b/
site.json", :proxy=>nil, :content=>"follow=1,2,3,4,5", :timeout=>0,
:method=>"GET", :c
Any response would help, even something along the lines of "this isn't
possible."
On Dec 17, 11:14 am, cballou wrote:
> I'm storing access_tokens for a number of users in my application.
> When I switch from one account to another for management, I run a
> background AJAX request on account/verif
I found this thread about OAuth and multiple devices:
http://groups.google.com/group/twitter-development-talk/browse_thread/thread/bb879832a8a18a25/a34ec6d44c0eeb23?lnk=gst&q=multiple+accounts+and+OAuth#
All of the information in that thread makes sense to me. I currently
have a mobile applicatio
Hi Rakesh,
Our 'Create a Tweet Button' page will help you do this:
http://twitter.com/about/resources/tweetbutton
The place to change the Tweet Text is under the Tweet text tab of 1. Choose
you button
Best,
@themattharris
Developer Advocate, Twitter
http://twitter.com/themattharris
On Mon,
Hi,
The id_str is only returned in the JSON responses as it isn't needed in the
XML response.
The XML response returns all data as a string so a unique *_str field isn't
required.
Hope that helps,
@themattharris
Developer Advocate, Twitter
http://twitter.com/themattharris
On Mon, Dec 20, 2010
On Mon, 20 Dec 2010 10:21:32 -0800, "David E. Wheeler"
wrote:
> On Dec 20, 2010, at 4:16 AM, Emil Tullstedt wrote:
>
>> As for bit.ly, there is an API for bit.ly which aids you in using
>> URL-shortening until t.co is finished..
>
> Yeah, but it's rate-limited. I'm using http://s.coop/ for now.
Hello,
If i try to run 'statuses/destroy' on a status I retweeted, I get the
error "You may not delete another user's status."
I've searched around and found this bug:
http://code.google.com/p/twitter-api/issues/detail?id=1274
I see no replies though whether there are plans to implement an easy
On Dec 20, 2010, at 4:16 AM, Emil Tullstedt wrote:
> As for bit.ly, there is an API for bit.ly which aids you in using
> URL-shortening until t.co is finished..
Yeah, but it's rate-limited. I'm using http://s.coop/ for now. Dead simple.
Best,
David
--
Twitter developer documentation and reso
Is this what you are looking for?
http://dev.twitter.com/doc/get/blocks/blocking
Shannon
On Mon, Dec 20, 2010 at 11:05 AM, Dean Collins wrote:
> Is blocked users available from the API? Eg if I block a user from the
> browser is this action viewable from another application via the API?
>
>
>
Is blocked users available from the API? Eg if I block a user from the
browser is this action viewable from another application via the API?
Cheers,
Dean
--
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitt
Hi,
While using the Android App Inventor I ran across an issue that I
can't seem to figure out. I confirmed it isn't the problem of the the
inventor tool before posting, but you'll need to forgive my noob-ness
to this particular api.
What I was trying to accomplish:
Using the method SearchTwitter
There are a number of JSON implementations in languages like Javascript and
ActionScript that result in truncation of larger integers. Recently
Twitter's id-generation scheme for Tweets changed, resulting in larger
integers. id_str is provided so that you have a string-based representation
of nearl
you can't, and that's by design for privacy reasons.
On Mon, Dec 20, 2010 at 9:58 AM, Zhou Tong wrote:
> I don't find any api can get friends email address.
> it's very important to my application.
> help me ,thanks
>
> --
> Twitter developer documentation and resources: http://dev.twitter.com/d
Twitter website does a great job detecting http and https links in
statuses and makes clickable links for them. However uncommon URI
schemes, like the ones with mailto, ftp, openmaps, etc. names don't
get recognized and users can't click on those. I think adding this
would make the user experience
Hi,
I was developing a Facebook application for twitter. Before that I
wanted to try out abraham's twitter oauth library.So, I set up the
application and changed the config.php.
When I access index.php it redirects to connect.php and from there I
am able to authenticate my dummy application.But,
As for bit.ly, there is an API for bit.ly which aids you in using
URL-shortening until t.co is finished..
--
Emil "sakjur" Tullstedt
~~
On Sat, Dec 18, 2010 at 2:01 PM, Tom van der Woerdt wrote:
> Hello David,
>
> Currently the API does not shorten the links for you yet. In the future
Hi,
I want to add the twitter button on my website. Please let me know how
to get the article's heading rather than the website name (Heading) in
tweet.
Kind regards
Rakesh
--
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/t
please help me how to get id_str
what is id_str?
public function statusUpdates($token,$message)
{
global $logger;
$client = $token->getHttpClient($this->option_array);
$message_encode=$message;
$client->setUri('http://api.tw
Hi Adam, thanks for your answer. That is about what I'm telling them
all the time, but hearing this from someone else makes me feel a
little more confident. I wish you and everyone who cares about it a
nice christmas time! Frank
Adam Green schrieb:
> I just did a quick count of tweets per day over
I don't find any api can get friends email address.
it's very important to my application.
help me ,thanks
--
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/twit
hi,
right now im using id to for status update,
how to use id_str,
how can i get id_str?
im using twitter api on my php page..
ex follower response is
20/December/2010 13:22:51: SimpleXMLElement Object
(
[...@attributes] => Array
(
[type] => array
)
[user] =
Thanks for the reply John. Our primary reason for needing the
followers list is that they are the only users that we can send DMs
to. We use the DM functionality to let someone know that they have
received money, so it is usually a DM they are interested in
receiving.
Wouldn't it be beneficial for
This may (or may not) be helpful depending on the nature of your particular
research project... but have a look at: http://nodexl.codeplex.com/
NodeXL is a free Excel template that lets you enter a network edge list,
click a button, and see the network graph. It has an import function that
grabs
Hi all,
Just wondering if there is a section of the API, possibly in the REST
API, that allows me to find all the replies and RTs to a given tweet?
I'll have the ID of that tweet. Am I able to pass this to the API
somewhere?
Thanks,
S.
--
Twitter developer documentation and resources: http://de
Hello devs,
I'm working on a twitter client application that runs in the browser. I
managed to
request an access token by looking how @anywhere does it; however, this
access token seems to
be short lived (~2h or something like that).
What I do is basically this:
1. Request authorization from user
Hi,
I'm working with a non-profit membership group that tweets when a new
person joins or a member renews. The functionailty is part of our php
programming that updates the database, etc. when the membership is
processed. It was working prior to the change requiring OAuth for
validation.
I've m
On Dec 18, 2010, at 5:01 AM, Tom van der Woerdt wrote:
> Currently the API does not shorten the links for you yet. In the future
> Twitter may implement this, but currently you will have to shorten the links
> yourself, via (for example) bit.ly.
That's what I thought. Thanks for the confirmatio
45 matches
Mail list logo