If the users profile is public and you are displaying it on your
website using Javascript then everything should be fine. The Profile
Widget is designed to go on webpages to provide a timeline of a users
Tweets. The only thing it doesn't do is support retweets.

If the profile widget doesn't do what you want may instead want to
write an application which gets the Tweets and caches them locally.
You can then render them on the webpage as required without using any
of your allowed Twitter API requests.

Hope that helps,
Matt

On Mon, Aug 30, 2010 at 7:39 PM, Don Rhummy <donrhu...@gmail.com> wrote:
> I know there's no rate limits on search like on user stuff (well there
> are, but they're pretty big) and you don't have to worry about oAuth.
> Is that the case for profile too?
>
> On Aug 30, 9:35 pm, Matt Harris <thematthar...@twitter.com> wrote:
>> Hi Don,
>>
>> Search only has an index of 5 days and in that period @unwiredben only
>> made 5 posts.
>> For what you want to do the profile widget maybe more suitable:
>>    http://twitter.com/goodies/widget_profile
>>
>> Hope that helps,
>> Matt
>>
>>
>>
>> On Mon, Aug 30, 2010 at 4:35 PM, Don Rhummy <donrhu...@gmail.com> wrote:
>> > I am using the search API and ajax to get the latest posts of a
>> > specific user (to be displayed on a web page). Even when I use the
>> > twitter widget (http://twitter.com/goodies/widget_search) it only
>> > shows the last 5 posts. But if I do an RSS search, it shows 20
>> > results! What could be wrong?
>>
>> > How do I get it to show more than 5 posts?
>>
>> > See example here:
>>
>> > Using twitter widget (http://twitter.com/goodies/widget_search), use
>> > this search term:
>>
>> >    from:unwiredben
>>
>> > RSS Feed:
>> >http://twitter.com/statuses/user_timeline/784057.rss
>>
>> > How do I fix this?
>>
>> > --
>> > 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://groups.google.com/group/twitter-development-talk?hl=en
>>
>> --
>>
>> Matt Harris
>> Developer Advocate, Twitterhttp://twitter.com/themattharris
>
> --
> 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://groups.google.com/group/twitter-development-talk?hl=en
>



-- 


Matt Harris
Developer Advocate, Twitter
http://twitter.com/themattharris

-- 
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://groups.google.com/group/twitter-development-talk?hl=en

Reply via email to