Java class for session_info complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="session_info">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="session_key" type="{http://api.facebook.com/1.0/}session_key"/>
<element name="uid" type="{http://api.facebook.com/1.0/}uid"/>
<element name="expires" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="secret" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|