How to specify a Windows Desktop platform with Facebook App

早过忘川 提交于 2019-12-09 06:12:34

问题


I have written a windows desktop app (WinForms) in VS2010 .Net C#, which runs on Vista through to Win 8. I am now looking to adding facebook photo uploading functionality to the app using the facebook c# sdk.

The problem I have is with Facebook Developer where I have started the process of registering my desktop app as a Facebook app so that I can then have it reviewed and then ultimately be given permissions to upload photos, but on the Facebook Developer website there is no option to choose 'Windows desktop client' (or similar) as my app platform.

Without assigning a platform I cannot progress to submitting my app to Facebook for review. Is there any way to overcome this problem?


回答1:


As far as I know, you have to choose the "Website" option.

Even if your app is a desktop app, the login process happens in web (normally using a web browser).



来源:https://stackoverflow.com/questions/23769185/how-to-specify-a-windows-desktop-platform-with-facebook-app

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