可以使用XNA Game Studio在Visual Studio C#项目中对Facebook-Api进行用户身份验证/用户登录吗?我需要生成访问令牌,以便在用户的facebook墙上发布消息。目前,我使用本教程(英语)通过一个WinForms应用程序成功地做到了这一点:
因为你可以使用System.Windows.Forms.Webbrowser控件,所以WinForms那么,为了在XNA Game Studio中支持此功能,我是否需要在XNA
我有一个嵌入式XNA4.0游戏在WinForm (一个级别编辑器)。代码采用这种格式:protected override void Initialize(){ base.InitializeWhen this line is commented the XNA + winForm windows are both shown.课程中:
public IntPtr PanelH