[twitter-dev] Callback URL for browser application type

2010-09-28 Thread Ashi
Hi,

We are working on an applications using RIA clients like Flex and
Silverlight and we have a workflow process in our application. When
our workflow is approved/rejected we are notifying the user via
twitter. If the user is redirected to twitter page for authentication,
then the application will loose its state (the current form and the
settings for the current instance of the application). Once the
twitter is redirected after authentication to our application we are
not able to maintain the state.

Can anyone please sugget an approach for our scenario?

Thanks in advance,

-- 
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


Re: [twitter-dev] Callback URL for browser application type

2010-09-28 Thread Tom van der Woerdt
You can store them in a session/cookie, or simply ask them once they
return. A good way to identify the session/cookie would be to use the
temporary token which Twitter gives you on request_token.

Tom


On 9/28/10 9:30 AM, Ashi wrote:
 Hi,
 
 We are working on an applications using RIA clients like Flex and
 Silverlight and we have a workflow process in our application. When
 our workflow is approved/rejected we are notifying the user via
 twitter. If the user is redirected to twitter page for authentication,
 then the application will loose its state (the current form and the
 settings for the current instance of the application). Once the
 twitter is redirected after authentication to our application we are
 not able to maintain the state.
 
 Can anyone please sugget an approach for our scenario?
 
 Thanks in advance,
 

-- 
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