Code Monkey home page Code Monkey logo

Comments (8)

johanlindfors avatar johanlindfors commented on May 23, 2024 1

So you do get a valid token, but the SDK never asynchronosly returns this information to you, is that correct? Are you using the latest develop-branch or the NuGet packages, have you made sure you are using the latest NuGet packages? I am targetting Windows SDK 10.0.18362.0, and have min version of 10.0.17763.0. Using Visual Studio 2019 (v142)… I will try and create a minimal shareable sample of the code that works for me, and then you could potentially try that on your end...

from winsdkfb.

mdstankov avatar mdstankov commented on May 23, 2024 1

Omg, yes it was a version mishap with nuget. Im so sorry for wasting your time, and thank you so much for the help @johanlindfors.

from winsdkfb.

johanlindfors avatar johanlindfors commented on May 23, 2024

This is very strange, since I just tried following the documentation (skipping the Windows Phone ID though) and it works just fine for me. This was leveraging the Nuget packages.

I did however add a line to add the FBAppId to the session.

FBSession^ sess = FBSession::ActiveSession;
sess->FBAppId = "";

My test app is a published sample app that I'm using for these purposes.

from winsdkfb.

johanlindfors avatar johanlindfors commented on May 23, 2024

And it works fine when adding and configuring the _uwp.vcxproj project to the solution and running, no code changes...

from winsdkfb.

mdstankov avatar mdstankov commented on May 23, 2024

Maybe Im messing up something in the project configuration here, because i do get to enter my user/password in the prompt, but the return is an error - like if i dont have permission, or invalid access tokens or anything, its just empty error and no success.

image

from winsdkfb.

johanlindfors avatar johanlindfors commented on May 23, 2024

I have the following URL as Valid OAuth Redirect URI:

https://www.facebook.com/connect/login_success.html

from winsdkfb.

mdstankov avatar mdstankov commented on May 23, 2024

I tried with that too + with both and each of them. Sadly same result.
Im sorry i forgot to add in my first post that in the visual studio output window i do get this like
"FBResult destructor
file:///dev/null?access_token=EAADk4VQ8Ygg****************D&data_access_expiration_time=1570103036&expires_in=5182428"

but otherwise nothing changed. I also tried to use PhoneProductId as a WinAppId as one of the suggestion in the instructions were duting testing.. same result

from winsdkfb.

mdstankov avatar mdstankov commented on May 23, 2024

Also the app is still in development status? can that cause an issue too? Although last time i used this plugin i don't remember having such trouble - that was 1 year ago. only that i was forced to use only essionLoginBehavior::WebAuth)

from winsdkfb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.