A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Twitter feed not exactly appearing in .swf

Hybrid View

  1. #1
    newb of many sorts Ralgoth's Avatar
    Join Date
    Apr 2002
    Posts
    466
    hmmm. It may be a hosting thing actually.

    if you try to access your "twitter.php" on the blog site, you get this message...

    /statuses/user_timeline.xml?screen_name=big_pearl Rate limit exceeded. Clients may not make more than 150 requests per hour.

    Either the Rate limit needs to be lifted, or you'll have to come up with ways to reduce the amount of requests going out.

    in php, you could write the twitter results to a file on the server. Then when a user goes to the site, your "twitter.php" would look and see if the file is >1 minute old. If so, update it, then serve to flash.
    Search first, asked questions later.

  2. #2
    Senior Member
    Join Date
    Jul 2000
    Posts
    373
    Yea, I had a feeling about that. I think it's a Twitter issue where a host can't make so many requests per hour. I guess I'm going to have to try the other solution with the flat file. Hopefully, I can make that work.
    Adam Bell
    [email protected]
    --
    Over 90% of all websites
    suck......
    Join the minority.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center