简体   繁体   English

Facebook SDK Windows手机

[英]Facebook SDK Windows phone

I am create a facebook app in a windows phone application. 我在Windows Phone应用程序中创建一个Facebook应用程序。

I follow this tutorial to configure my app : http://facebooksdk.net/docs/phone/config/ 我按照本教程配置我的应用程序: http : //facebooksdk.net/docs/phone/config/

And this one to add a connexion button in my main page :!facebooksdk.net/docs/phone/controls/login-ui-control/ 并在我的主页上添加一个连接按钮:!facebooksdk.net/docs/phone/controls/login-ui-control/

So in my main page I have a Grid with stackpanels for the disposition and the button : 因此,在我的主页中,我有一个带有用于处理和按钮的stackpanels的网格:

<!-- login control -->
                <facebookControls:LoginButton 
                    x:Name="FacebookLogin" 
                    HorizontalAlignment="Center" 
                    VerticalAlignment="Center"

                    />

But when I launch my application and click in the login button, it go to this page with this error : 但是,当我启动我的应用程序并单击登录按钮时,它会因以下错误而转到此页面:

在此处输入图片说明

So if someone have a solution or a good tutorial :D 因此,如果有人有解决方案或好的教程:D

Thanks for your help. 谢谢你的帮助。

Follow this Link : WindowsPhone Store 8.1 : FaceBook Integration Sample (C#-Xaml) 按照此链接: WindowsPhone Store 8.1:FaceBook集成示例(C#-Xaml)

I hope this link might be helpful for you. 希望该链接对您有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM