[twitter-dev] Re: XML Friends Timeline

2009-04-07 Thread JonP

Yes, I would like to use php for this project.

Thanks,

Jon

On Apr 6, 10:16 pm, Peter Denton petermden...@gmail.com wrote:
 Hi Jon,
 Are you using PHP?

 Regards,
 Peter



 On Mon, Apr 6, 2009 at 8:44 PM, JonP dbuni...@cox.net wrote:

  I was able to find an XML feed for those that I follow:
 http://twitter.com/statuses/friends_timeline.xml

  I have been reading over the documentation but it's pretty foreign to
  me. My understanding is that I need to use http auth and can then pull
  in this feed using a rss praser.

  My challenge is that I really have no idea what http auth is, or how I
  would use it to gain access to this feed. Can someone point me in the
  right direction. Is it just a code snippet?

  I essentially want to put my friends feed on my homepage.

  I would greatly appreciate and help.

  Thanks,

  Jon

 --
 Peter M. Dentonwww.twibs.com
 i...@twibs.com

 Twibs makes Top 20 apps on Twitter -http://tinyurl.com/bopu6c


[twitter-dev] Re: XML Friends Timeline

2009-04-07 Thread Burhan TANWEER
Check out our website explorewww.com. We display most recent statuses from
friends timeline. If you need the same stuff then I can help you get php
code to display these results on your website.

Please let me know.

On Tue, Apr 7, 2009 at 11:14 AM, JonP dbuni...@cox.net wrote:


 Yes, I would like to use php for this project.

 Thanks,

 Jon

 On Apr 6, 10:16 pm, Peter Denton petermden...@gmail.com wrote:
  Hi Jon,
  Are you using PHP?
 
  Regards,
  Peter
 
 
 
  On Mon, Apr 6, 2009 at 8:44 PM, JonP dbuni...@cox.net wrote:
 
   I was able to find an XML feed for those that I follow:
  http://twitter.com/statuses/friends_timeline.xml
 
   I have been reading over the documentation but it's pretty foreign to
   me. My understanding is that I need to use http auth and can then pull
   in this feed using a rss praser.
 
   My challenge is that I really have no idea what http auth is, or how I
   would use it to gain access to this feed. Can someone point me in the
   right direction. Is it just a code snippet?
 
   I essentially want to put my friends feed on my homepage.
 
   I would greatly appreciate and help.
 
   Thanks,
 
   Jon
 
  --
  Peter M. Dentonwww.twibs.com http://dentonwww.twibs.com/
  i...@twibs.com
 
  Twibs makes Top 20 apps on Twitter -http://tinyurl.com/bopu6c




-- 
Sincerely,

Burhan Tanweer
www.explorewww.com
expl...@explorewww.com


[twitter-dev] Re: XML Friends Timeline

2009-04-07 Thread JonP

Thanks Peter, but this appears to just be your own activity. I am
looking to create a page that mimics the activity of those I
follow just like you see when you log-in to twitter.

I want to display their photo, name w/link to twitter account, tweet,
time, etc.

This all appears possible with this file: 
http://twitter.com/statuses/friends_timeline.xml
I think I could pull it into a rss praser, but I need to set up http
auth and have no clue how to do this.

Thanks,

Jon

On Apr 7, 11:25 am, Peter Denton petermden...@gmail.com wrote:
 Hi Jon,
 I made you a page to do what you want.http://twibs.com/examples/example.php
 Should be exactly what you need.

 Regards,
 Peter



 On Tue, Apr 7, 2009 at 8:14 AM, JonP dbuni...@cox.net wrote:

  Yes, I would like to use php for this project.

  Thanks,

  Jon

  On Apr 6, 10:16 pm, Peter Denton petermden...@gmail.com wrote:
   Hi Jon,
   Are you using PHP?

   Regards,
   Peter

   On Mon, Apr 6, 2009 at 8:44 PM, JonP dbuni...@cox.net wrote:

I was able to find an XML feed for those that I follow:
   http://twitter.com/statuses/friends_timeline.xml

I have been reading over the documentation but it's pretty foreign to
me. My understanding is that I need to use http auth and can then pull
in this feed using a rss praser.

My challenge is that I really have no idea what http auth is, or how I
would use it to gain access to this feed. Can someone point me in the
right direction. Is it just a code snippet?

I essentially want to put my friends feed on my homepage.

I would greatly appreciate and help.

Thanks,

Jon

   --
   Peter M. Dentonwww.twibs.com
   i...@twibs.com

   Twibs makes Top 20 apps on Twitter -http://tinyurl.com/bopu6c

 --
 Peter M. Dentonwww.twibs.com
 i...@twibs.com

 Twibs makes Top 20 apps on Twitter -http://tinyurl.com/bopu6c


[twitter-dev] Re: XML Friends Timeline

2009-04-07 Thread Abraham Williams
If you just want to pull your protected timeline into an rss feed try:
http://freemyfeed.com/

2009/4/7 JonP dbuni...@cox.net


 Thanks Peter, but this appears to just be your own activity. I am
 looking to create a page that mimics the activity of those I
 follow just like you see when you log-in to twitter.

 I want to display their photo, name w/link to twitter account, tweet,
 time, etc.

 This all appears possible with this file:
 http://twitter.com/statuses/friends_timeline.xml
 I think I could pull it into a rss praser, but I need to set up http
 auth and have no clue how to do this.

 Thanks,

 Jon

 On Apr 7, 11:25 am, Peter Denton petermden...@gmail.com wrote:
  Hi Jon,
  I made you a page to do what you want.
 http://twibs.com/examples/example.php
  Should be exactly what you need.
 
  Regards,
  Peter
 
 
 
  On Tue, Apr 7, 2009 at 8:14 AM, JonP dbuni...@cox.net wrote:
 
   Yes, I would like to use php for this project.
 
   Thanks,
 
   Jon
 
   On Apr 6, 10:16 pm, Peter Denton petermden...@gmail.com wrote:
Hi Jon,
Are you using PHP?
 
Regards,
Peter
 
On Mon, Apr 6, 2009 at 8:44 PM, JonP dbuni...@cox.net wrote:
 
 I was able to find an XML feed for those that I follow:
http://twitter.com/statuses/friends_timeline.xml
 
 I have been reading over the documentation but it's pretty foreign
 to
 me. My understanding is that I need to use http auth and can then
 pull
 in this feed using a rss praser.
 
 My challenge is that I really have no idea what http auth is, or
 how I
 would use it to gain access to this feed. Can someone point me in
 the
 right direction. Is it just a code snippet?
 
 I essentially want to put my friends feed on my homepage.
 
 I would greatly appreciate and help.
 
 Thanks,
 
 Jon
 
--
Peter M. Dentonwww.twibs.com
i...@twibs.com
 
Twibs makes Top 20 apps on Twitter -http://tinyurl.com/bopu6c
 
  --
  Peter M. Dentonwww.twibs.com
  i...@twibs.com
 
  Twibs makes Top 20 apps on Twitter -http://tinyurl.com/bopu6c




-- 
Abraham Williams | Hacker | http://abrah.am
@poseurtech | http://the.hackerconundrum.com
Web608 | Community Evangelist | http://web608.org
This email is: [ ] blogable [x] ask first [ ] private.


[twitter-dev] Re: XML Friends Timeline

2009-04-07 Thread JonP

Surely this cannot be too difficult! The XML feed already exists, I
already have an rss praser, so if someone could just provide me with
the code to authenticate so I can actually pull the feed into my
praser on my server I would be willing to pay!

I know one of you knows how to do this! Thanks!

On Apr 7, 1:19 pm, JonP dbuni...@cox.net wrote:
 I am getting the following error:

 200 OK. The request has succeeded. However, valid XML was not
 returned.

 On Apr 7, 12:55 pm, Abraham Williams 4bra...@gmail.com wrote:

  If you just want to pull your protected timeline into an rss feed 
  try:http://freemyfeed.com/

  2009/4/7 JonP dbuni...@cox.net

   Thanks Peter, but this appears to just be your own activity. I am
   looking to create a page that mimics the activity of those I
   follow just like you see when you log-in to twitter.

   I want to display their photo, name w/link to twitter account, tweet,
   time, etc.

   This all appears possible with this file:
  http://twitter.com/statuses/friends_timeline.xml
   I think I could pull it into a rss praser, but I need to set up http
   auth and have no clue how to do this.

   Thanks,

   Jon

   On Apr 7, 11:25 am, Peter Denton petermden...@gmail.com wrote:
Hi Jon,
I made you a page to do what you want.
  http://twibs.com/examples/example.php
Should be exactly what you need.

Regards,
Peter

On Tue, Apr 7, 2009 at 8:14 AM, JonP dbuni...@cox.net wrote:

 Yes, I would like to use php for this project.

 Thanks,

 Jon

 On Apr 6, 10:16 pm, Peter Denton petermden...@gmail.com wrote:
  Hi Jon,
  Are you using PHP?

  Regards,
  Peter

  On Mon, Apr 6, 2009 at 8:44 PM, JonP dbuni...@cox.net wrote:

   I was able to find an XML feed for those that I follow:
  http://twitter.com/statuses/friends_timeline.xml

   I have been reading over the documentation but it's pretty foreign
   to
   me. My understanding is that I need to use http auth and can then
   pull
   in this feed using a rss praser.

   My challenge is that I really have no idea what http auth is, or
   how I
   would use it to gain access to this feed. Can someone point me in
   the
   right direction. Is it just a code snippet?

   I essentially want to put my friends feed on my homepage.

   I would greatly appreciate and help.

   Thanks,

   Jon

  --
  Peter M. Dentonwww.twibs.com
  i...@twibs.com

  Twibs makes Top 20 apps on Twitter -http://tinyurl.com/bopu6c

--
Peter M. Dentonwww.twibs.com
i...@twibs.com

Twibs makes Top 20 apps on Twitter -http://tinyurl.com/bopu6c

  --
  Abraham Williams | Hacker |http://abrah.am
  @poseurtech |http://the.hackerconundrum.com
  Web608 | Community Evangelist |http://web608.org
  This email is: [ ] blogable [x] ask first [ ] private.


[twitter-dev] Re: XML Friends Timeline

2009-04-07 Thread Chad Etzel

Mr. Peter McDenton's fine example will do exactly what you want, it
seems.  He updated it to pull the friend's timeline instead of your
personal timeline:

http://twibs.com/examples/example.php

Is this not what you are asking?

-Chad

On Tue, Apr 7, 2009 at 7:32 PM, JonP dbuni...@cox.net wrote:

 Surely this cannot be too difficult! The XML feed already exists, I
 already have an rss praser, so if someone could just provide me with
 the code to authenticate so I can actually pull the feed into my
 praser on my server I would be willing to pay!

 I know one of you knows how to do this! Thanks!

 On Apr 7, 1:19 pm, JonP dbuni...@cox.net wrote:
 I am getting the following error:

 200 OK. The request has succeeded. However, valid XML was not
 returned.

 On Apr 7, 12:55 pm, Abraham Williams 4bra...@gmail.com wrote:

  If you just want to pull your protected timeline into an rss feed 
  try:http://freemyfeed.com/

  2009/4/7 JonP dbuni...@cox.net

   Thanks Peter, but this appears to just be your own activity. I am
   looking to create a page that mimics the activity of those I
   follow just like you see when you log-in to twitter.

   I want to display their photo, name w/link to twitter account, tweet,
   time, etc.

   This all appears possible with this file:
  http://twitter.com/statuses/friends_timeline.xml
   I think I could pull it into a rss praser, but I need to set up http
   auth and have no clue how to do this.

   Thanks,

   Jon

   On Apr 7, 11:25 am, Peter Denton petermden...@gmail.com wrote:
Hi Jon,
I made you a page to do what you want.
  http://twibs.com/examples/example.php
Should be exactly what you need.

Regards,
Peter

On Tue, Apr 7, 2009 at 8:14 AM, JonP dbuni...@cox.net wrote:

 Yes, I would like to use php for this project.

 Thanks,

 Jon

 On Apr 6, 10:16 pm, Peter Denton petermden...@gmail.com wrote:
  Hi Jon,
  Are you using PHP?

  Regards,
  Peter

  On Mon, Apr 6, 2009 at 8:44 PM, JonP dbuni...@cox.net wrote:

   I was able to find an XML feed for those that I follow:
  http://twitter.com/statuses/friends_timeline.xml

   I have been reading over the documentation but it's pretty 
   foreign
   to
   me. My understanding is that I need to use http auth and can then
   pull
   in this feed using a rss praser.

   My challenge is that I really have no idea what http auth is, or
   how I
   would use it to gain access to this feed. Can someone point me in
   the
   right direction. Is it just a code snippet?

   I essentially want to put my friends feed on my homepage.

   I would greatly appreciate and help.

   Thanks,

   Jon

  --
  Peter M. Dentonwww.twibs.com
  i...@twibs.com

  Twibs makes Top 20 apps on Twitter -http://tinyurl.com/bopu6c

--
Peter M. Dentonwww.twibs.com
i...@twibs.com

Twibs makes Top 20 apps on Twitter -http://tinyurl.com/bopu6c

  --
  Abraham Williams | Hacker |http://abrah.am
  @poseurtech |http://the.hackerconundrum.com
  Web608 | Community Evangelist |http://web608.org
  This email is: [ ] blogable [x] ask first [ ] private.



[twitter-dev] Re: XML Friends Timeline

2009-04-07 Thread Chad Etzel

On Tue, Apr 7, 2009 at 7:49 PM, Matt Sanford m...@twitter.com wrote:
 Hi Jon,
     I'm not sure what tone you intended with I know one of you knows how to
 do this but when it played in my head it sounded like a threatening father
 voice.

+1.

We're all pretty willing to help out on this list, but please don't
come here expecting somebody to be able to do it all for you.
-Chad


[twitter-dev] Re: XML Friends Timeline

2009-04-07 Thread Peter Denton
Yeah, Jon, honestly your attitude is pretty lame. I took time to write
something for you that did EXACTLY what you asked, in PHP, as you requested,
in an HTML page, with everything done. All that you had to do was copy and
paste it into your page, changed the username and password, and it would
have worked. Did you even try what I made for you?

On Tue, Apr 7, 2009 at 4:32 PM, JonP dbuni...@cox.net wrote:


 Surely this cannot be too difficult! The XML feed already exists, I
 already have an rss praser, so if someone could just provide me with
 the code to authenticate so I can actually pull the feed into my
 praser on my server I would be willing to pay!

 I know one of you knows how to do this! Thanks!

 On Apr 7, 1:19 pm, JonP dbuni...@cox.net wrote:
  I am getting the following error:
 
  200 OK. The request has succeeded. However, valid XML was not
  returned.
 
  On Apr 7, 12:55 pm, Abraham Williams 4bra...@gmail.com wrote:
 
   If you just want to pull your protected timeline into an rss feed try:
 http://freemyfeed.com/
 
   2009/4/7 JonP dbuni...@cox.net
 
Thanks Peter, but this appears to just be your own activity. I am
looking to create a page that mimics the activity of those I
follow just like you see when you log-in to twitter.
 
I want to display their photo, name w/link to twitter account, tweet,
time, etc.
 
This all appears possible with this file:
   http://twitter.com/statuses/friends_timeline.xml
I think I could pull it into a rss praser, but I need to set up http
auth and have no clue how to do this.
 
Thanks,
 
Jon
 
On Apr 7, 11:25 am, Peter Denton petermden...@gmail.com wrote:
 Hi Jon,
 I made you a page to do what you want.
   http://twibs.com/examples/example.php
 Should be exactly what you need.
 
 Regards,
 Peter
 
 On Tue, Apr 7, 2009 at 8:14 AM, JonP dbuni...@cox.net wrote:
 
  Yes, I would like to use php for this project.
 
  Thanks,
 
  Jon
 
  On Apr 6, 10:16 pm, Peter Denton petermden...@gmail.com wrote:
   Hi Jon,
   Are you using PHP?
 
   Regards,
   Peter
 
   On Mon, Apr 6, 2009 at 8:44 PM, JonP dbuni...@cox.net wrote:
 
I was able to find an XML feed for those that I follow:
   http://twitter.com/statuses/friends_timeline.xml
 
I have been reading over the documentation but it's pretty
 foreign
to
me. My understanding is that I need to use http auth and can
 then
pull
in this feed using a rss praser.
 
My challenge is that I really have no idea what http auth is,
 or
how I
would use it to gain access to this feed. Can someone point
 me in
the
right direction. Is it just a code snippet?
 
I essentially want to put my friends feed on my homepage.
 
I would greatly appreciate and help.
 
Thanks,
 
Jon
 
   --
   Peter M. Dentonwww.twibs.com
   i...@twibs.com
 
   Twibs makes Top 20 apps on Twitter -http://tinyurl.com/bopu6c
 
 --
 Peter M. Dentonwww.twibs.com
 i...@twibs.com
 
 Twibs makes Top 20 apps on Twitter -http://tinyurl.com/bopu6c
 
   --
   Abraham Williams | Hacker |http://abrah.am
   @poseurtech |http://the.hackerconundrum.com
   Web608 | Community Evangelist |http://web608.org
   This email is: [ ] blogable [x] ask first [ ] private.




-- 
Peter M. Denton
www.twibs.com
i...@twibs.com

Twibs makes Top 20 apps on Twitter - http://tinyurl.com/bopu6c


[twitter-dev] Re: XML Friends Timeline

2009-04-07 Thread Peter Denton
you're not using the code I sent correct?

On Tue, Apr 7, 2009 at 1:19 PM, JonP dbuni...@cox.net wrote:


 I am getting the following error:

 200 OK. The request has succeeded. However, valid XML was not
 returned.

 On Apr 7, 12:55 pm, Abraham Williams 4bra...@gmail.com wrote:
  If you just want to pull your protected timeline into an rss feed try:
 http://freemyfeed.com/
 
  2009/4/7 JonP dbuni...@cox.net
 
 
 
 
 
   Thanks Peter, but this appears to just be your own activity. I am
   looking to create a page that mimics the activity of those I
   follow just like you see when you log-in to twitter.
 
   I want to display their photo, name w/link to twitter account, tweet,
   time, etc.
 
   This all appears possible with this file:
  http://twitter.com/statuses/friends_timeline.xml
   I think I could pull it into a rss praser, but I need to set up http
   auth and have no clue how to do this.
 
   Thanks,
 
   Jon
 
   On Apr 7, 11:25 am, Peter Denton petermden...@gmail.com wrote:
Hi Jon,
I made you a page to do what you want.
  http://twibs.com/examples/example.php
Should be exactly what you need.
 
Regards,
Peter
 
On Tue, Apr 7, 2009 at 8:14 AM, JonP dbuni...@cox.net wrote:
 
 Yes, I would like to use php for this project.
 
 Thanks,
 
 Jon
 
 On Apr 6, 10:16 pm, Peter Denton petermden...@gmail.com wrote:
  Hi Jon,
  Are you using PHP?
 
  Regards,
  Peter
 
  On Mon, Apr 6, 2009 at 8:44 PM, JonP dbuni...@cox.net wrote:
 
   I was able to find an XML feed for those that I follow:
  http://twitter.com/statuses/friends_timeline.xml
 
   I have been reading over the documentation but it's pretty
 foreign
   to
   me. My understanding is that I need to use http auth and can
 then
   pull
   in this feed using a rss praser.
 
   My challenge is that I really have no idea what http auth is,
 or
   how I
   would use it to gain access to this feed. Can someone point me
 in
   the
   right direction. Is it just a code snippet?
 
   I essentially want to put my friends feed on my homepage.
 
   I would greatly appreciate and help.
 
   Thanks,
 
   Jon
 
  --
  Peter M. Dentonwww.twibs.com
  i...@twibs.com
 
  Twibs makes Top 20 apps on Twitter -http://tinyurl.com/bopu6c
 
--
Peter M. Dentonwww.twibs.com
i...@twibs.com
 
Twibs makes Top 20 apps on Twitter -http://tinyurl.com/bopu6c
 
  --
  Abraham Williams | Hacker |http://abrah.am
  @poseurtech |http://the.hackerconundrum.com
  Web608 | Community Evangelist |http://web608.org
  This email is: [ ] blogable [x] ask first [ ] private.




-- 
Peter M. Denton
www.twibs.com
i...@twibs.com

Twibs makes Top 20 apps on Twitter - http://tinyurl.com/bopu6c


[twitter-dev] Re: XML Friends Timeline

2009-04-07 Thread JonP

Peter, I would like to use your code if possible, thank you for
updating it for me! The version you had earlier was different. This is
perfect!

I will gladly pay you for it. I really appreciate all the help, from
all of you, Mr. Denton especially for writing that for me!

I didn't mean to offend anyone. I appreciate all of your time and
effort!



On Apr 7, 5:47 pm, Peter Denton petermden...@gmail.com wrote:
 you're not using the code I sent correct?



 On Tue, Apr 7, 2009 at 1:19 PM, JonP dbuni...@cox.net wrote:

  I am getting the following error:

  200 OK. The request has succeeded. However, valid XML was not
  returned.

  On Apr 7, 12:55 pm, Abraham Williams 4bra...@gmail.com wrote:
   If you just want to pull your protected timeline into an rss feed try:
 http://freemyfeed.com/

   2009/4/7 JonP dbuni...@cox.net

Thanks Peter, but this appears to just be your own activity. I am
looking to create a page that mimics the activity of those I
follow just like you see when you log-in to twitter.

I want to display their photo, name w/link to twitter account, tweet,
time, etc.

This all appears possible with this file:
   http://twitter.com/statuses/friends_timeline.xml
I think I could pull it into a rss praser, but I need to set up http
auth and have no clue how to do this.

Thanks,

Jon

On Apr 7, 11:25 am, Peter Denton petermden...@gmail.com wrote:
 Hi Jon,
 I made you a page to do what you want.
   http://twibs.com/examples/example.php
 Should be exactly what you need.

 Regards,
 Peter

 On Tue, Apr 7, 2009 at 8:14 AM, JonP dbuni...@cox.net wrote:

  Yes, I would like to use php for this project.

  Thanks,

  Jon

  On Apr 6, 10:16 pm, Peter Denton petermden...@gmail.com wrote:
   Hi Jon,
   Are you using PHP?

   Regards,
   Peter

   On Mon, Apr 6, 2009 at 8:44 PM, JonP dbuni...@cox.net wrote:

I was able to find an XML feed for those that I follow:
   http://twitter.com/statuses/friends_timeline.xml

I have been reading over the documentation but it's pretty
  foreign
to
me. My understanding is that I need to use http auth and can
  then
pull
in this feed using a rss praser.

My challenge is that I really have no idea what http auth is,
  or
how I
would use it to gain access to this feed. Can someone point me
  in
the
right direction. Is it just a code snippet?

I essentially want to put my friends feed on my homepage.

I would greatly appreciate and help.

Thanks,

Jon

   --
   Peter M. Dentonwww.twibs.com
   i...@twibs.com

   Twibs makes Top 20 apps on Twitter -http://tinyurl.com/bopu6c

 --
 Peter M. Dentonwww.twibs.com
 i...@twibs.com

 Twibs makes Top 20 apps on Twitter -http://tinyurl.com/bopu6c

   --
   Abraham Williams | Hacker |http://abrah.am
   @poseurtech |http://the.hackerconundrum.com
   Web608 | Community Evangelist |http://web608.org
   This email is: [ ] blogable [x] ask first [ ] private.

 --
 Peter M. Dentonwww.twibs.com
 i...@twibs.com

 Twibs makes Top 20 apps on Twitter -http://tinyurl.com/bopu6c


[twitter-dev] Re: XML Friends Timeline

2009-04-07 Thread JonP

I am sorry Peter, I didn't see that you had changed the script! That
is awesome! Thank you so much, I really appreciate you taking the time
out to write that for me!

I would love to use the script, it's perfect, just let me know how
much I owe you. I tried it out and it works great!

Thank you to everyone else as well. I'm sorry if I came off in a
negative matter, that was not my intent. I know this forum is full of
very smart people, much smarter than myself and really appreciate of
your knowledge and willingness to help!

Thanks,

Jon

On Apr 7, 5:47 pm, Peter Denton petermden...@gmail.com wrote:
 you're not using the code I sent correct?



 On Tue, Apr 7, 2009 at 1:19 PM, JonP dbuni...@cox.net wrote:

  I am getting the following error:

  200 OK. The request has succeeded. However, valid XML was not
  returned.

  On Apr 7, 12:55 pm, Abraham Williams 4bra...@gmail.com wrote:
   If you just want to pull your protected timeline into an rss feed try:
 http://freemyfeed.com/

   2009/4/7 JonP dbuni...@cox.net

Thanks Peter, but this appears to just be your own activity. I am
looking to create a page that mimics the activity of those I
follow just like you see when you log-in to twitter.

I want to display their photo, name w/link to twitter account, tweet,
time, etc.

This all appears possible with this file:
   http://twitter.com/statuses/friends_timeline.xml
I think I could pull it into a rss praser, but I need to set up http
auth and have no clue how to do this.

Thanks,

Jon

On Apr 7, 11:25 am, Peter Denton petermden...@gmail.com wrote:
 Hi Jon,
 I made you a page to do what you want.
   http://twibs.com/examples/example.php
 Should be exactly what you need.

 Regards,
 Peter

 On Tue, Apr 7, 2009 at 8:14 AM, JonP dbuni...@cox.net wrote:

  Yes, I would like to use php for this project.

  Thanks,

  Jon

  On Apr 6, 10:16 pm, Peter Denton petermden...@gmail.com wrote:
   Hi Jon,
   Are you using PHP?

   Regards,
   Peter

   On Mon, Apr 6, 2009 at 8:44 PM, JonP dbuni...@cox.net wrote:

I was able to find an XML feed for those that I follow:
   http://twitter.com/statuses/friends_timeline.xml

I have been reading over the documentation but it's pretty
  foreign
to
me. My understanding is that I need to use http auth and can
  then
pull
in this feed using a rss praser.

My challenge is that I really have no idea what http auth is,
  or
how I
would use it to gain access to this feed. Can someone point me
  in
the
right direction. Is it just a code snippet?

I essentially want to put my friends feed on my homepage.

I would greatly appreciate and help.

Thanks,

Jon

   --
   Peter M. Dentonwww.twibs.com
   i...@twibs.com

   Twibs makes Top 20 apps on Twitter -http://tinyurl.com/bopu6c

 --
 Peter M. Dentonwww.twibs.com
 i...@twibs.com

 Twibs makes Top 20 apps on Twitter -http://tinyurl.com/bopu6c

   --
   Abraham Williams | Hacker |http://abrah.am
   @poseurtech |http://the.hackerconundrum.com
   Web608 | Community Evangelist |http://web608.org
   This email is: [ ] blogable [x] ask first [ ] private.

 --
 Peter M. Dentonwww.twibs.com
 i...@twibs.com

 Twibs makes Top 20 apps on Twitter -http://tinyurl.com/bopu6c