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.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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.