protected override void ParseSessionData (IDictionary _sessionDict, out TwitterSession _session)
		{
			_session	= new AndroidTwitterSession(_sessionDict);
		}
예제 #2
0
 protected override void ParseSessionData(IDictionary _sessionDict, out TwitterSession _session)
 {
     _session = new AndroidTwitterSession(_sessionDict);
 }