protected override void ParseSessionData (IDictionary _sessionDict, out TwitterSession _session)
		{
			_session	= new AndroidTwitterSession(_sessionDict);
		}
Esempio n. 2
0
 protected override void ParseSessionData(IDictionary _sessionDict, out TwitterSession _session)
 {
     _session = new AndroidTwitterSession(_sessionDict);
 }