[twitter-dev] Storing information from the API

2010-04-08 Thread P L
Hi, I'm trying to a pull in a user's profile picture and use it as their profile picture on my site. Am I allowed to store the URL in my database (until the user deletes the account/removes the image)? Or are there terms in the Twitter API which suggests that I'm not allowed to store information

[twitter-dev] Re: Refresh page via the API

2010-03-12 Thread P L
Ah, I see. Thanks for the help Andrew! On Mar 13, 1:25 am, Andrew Badera wrote: > iframe, or pop a new window ... > > --ab > > > > On Fri, Mar 12, 2010 at 8:02 PM, P L wrote: > > If this was a web application, would there be another way of doing > > this? Or wo

[twitter-dev] Re: Refresh page via the API

2010-03-12 Thread P L
Fri, Mar 12, 2010 at 7:36 PM, P L wrote: > > Hi, > > The desktop application I'm working on is used to customize your > > Twitter page. Therefore, any changes you make in the app can be seen > > in your Twitter page. However, at the moment, everytime the user mak

[twitter-dev] Re: Refresh page via the API

2010-03-12 Thread P L
in it, > refresh it ... if you're talking about any/all instances of the > browser page ... well, why? > > ∞ Andy Badera > ∞ +1 518-641-1280 Google Voice > ∞ This email is: [ ] bloggable [x] ask first [ ] private > ∞ Google me:http://www.google.com/search?q=andrew%20badera >

[twitter-dev] Re: Sign Out no longer works

2010-03-12 Thread P L
I can also confirm this in Chrome, but was fine in FireFox. In order to get rid of the issue, I deleted the Twitter cookie from Chrome's options menu and now it works fine.

[twitter-dev] Refresh page via the API

2010-03-12 Thread P L
Hey all, I'm using the Twitter API for a desktop application. Is there a way of sending a POST header (or something) that will automatically refresh the page after an action has been performed? For example, I can update the user's profile picture via my app, but the change can't be seen until I m