logout not working properly in monotouch-bindings facebook sample

家住魔仙堡 提交于 2019-12-12 05:26:03

问题


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.



来源:https://stackoverflow.com/questions/13597807/logout-not-working-properly-in-monotouch-bindings-facebook-sample

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!