Nich
Nich

Reputation: 1102

window phone 8 facebook connect

I'm trying to do the facebook connect sign in from this resource: http://mobile.tutsplus.com/tutorials/windows/windows-phone-connecting-with-facebook/

However,thats a different from the tutorial is that I'm using Window Phone 8 OS version instead of the window phone OS 7.1

Currently, Im stuck when clicked the post button, it should redirect me to the facebook login page but it give me an error page, "We're having trouble displaying this page,refesh the page or try again later"

Anyway to debug this and how to solve it? I'm still new in window phone development.

Upvotes: 0

Views: 1254

Answers (1)

Nate Totten
Nate Totten

Reputation: 8932

I just read through the tutorial and I didn't see anything that wouldn't work for WP8 so I don't think that is the problem. You may want to take a look at the Facebook SDK for Windows & Windows Phone that we are working on. It is still alpha, but the samples and code contain everything you need to do auth on Windows Phone 8. https://github.com/facebook-csharp-sdk/facebook-winclient-sdk

Upvotes: 1

Related Questions