티스토리 뷰

반응형

만들고 있는 앱에 자체 인증 넣으려다가 좀 더 쉽게 가보자고 페이스북 붙여봤는데 약간의 시행착오가 있어서 혹시 다른 분들에게 도움이 될까 해서 공유해 봅니다.

1. Azure Mobile Service 인증을 이용하는 경우, WP8.1 WinRT 앱에서는 LoginAsync를 FilePicker처럼 Continue 방식으로 처리해 주어야 함.

2. Facebook SDK for .NET은 아직 WP8.1을 지원하지 않음.

...

3. Facebook 인증 후에 사용자 정보를 가져오려면 서버사이드에서 페이스북 API 호출에서 읽어서 처리할 수 있음(새 사용자 등록시) 참고 링크 http://blogs.msdn.com/b/carlosfigueira/archive/2012/10/25/getting-user-information-on-azure-mobile-services.aspx

See More
With the introduction of the server-side authentication flow (which I mentioned in my last post), it’s now a lot simpler to authenticate users with Windows Azure Mobile Services. Once the LoginAsync / login / loginViewControllerWithProvider:completion: method / selector completes, the user is authen…
blogs.msdn.com

 

반응형
댓글