[twitter-dev] Friends timeline

2011-07-25 Thread Sweet MAANU
I need to display my followings updates on my website
could you please tell a solution
I just checked twitter widget unfortunately I didn't found a solution
for it
please help me

php, JQuery, Javascript languages should be better for me

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Friends timeline integration in My Opera latest activities

2009-08-12 Thread Cosimo

Hi there,

just a quick note to say that at My Opera (http://my.opera.com) we
developed and sent live an integration with Twitter that allows our
users to see their friends timeline in their latest activities
stream on My Opera.

The number of active users is not so high, and we cache twitter API
calls for 5 minutes currently, so it shouldn't be a big problem for
Twitter :)

For now we are using basic auth, but the OAuth integration is ready
and will completely replace the basic auth version in our next
release.

Thanks Twitter team,

--
Cosimo


[twitter-dev] friends timeline change: Temporary or permanent?

2009-08-06 Thread TjL

I just tried this

curl -D - -s --netrc
'http://twitter.com/statuses/friends_timeline.xml?since_id=3166251802count=200'

and got back this:

HTTP/1.1 302 Moved Temporarily
Content-Length: 0
Location: /statuses/friends_timeline.xml?since_id=3166251802count=200?0115dfe8

Since my program is designed to look for HTTP Status 200, it's failing.

I can re-code it to deal with the 302, but if this IS just a temporary
change (hence the 302) I might just wait it out.

TjL


[twitter-dev] friends timeline help

2009-07-16 Thread nite21

hi all friends

i want to show my friends timeline in flash

im using this

loadTwitterXML(http://twitter.com/statuses/friends_timeline/
shanebond1982.xml);

but it is giving me an IOError


Error opening URL 'http://twitter.com/statuses/friends_timeline/
shanebond1982.xml'
Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL:
http://twitter.com/statuses/friends_timeline/shanebond1982.xml
at main1shad_fla::Symbol3_24/loadTwitterXML()
at main1shad_fla::Symbol3_24/main1shad_fla::frame2()

pls someone help me in this

and thanks