i just downloaded the monotouch-bindings sample for facebook integration it's working fine but clicking on logout button for another user login, it's not asking the credentials, it tooks previous credentials and directly goes to next screen.
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
Try Facebook Graph API instead. It's very easy to use JSON-based API.
There is useful JSON-data processing library JSON.Net for requests data serialization and response data deserialization.
AS a network transport it's possible to use generic HttpWebRequest.
Graph API + JSON.Net + HttpWebRequest together work like a charm under MonoTouch platform.