hippogamesunity / SimpleSignIn

A set of assets for Unity to authenticate users on different platforms with OAuth 2.0
4 stars 0 forks source link

Facebook Login #10

Closed sukk630 closed 3 months ago

sukk630 commented 4 months ago

Login using facebook failed: show Tips is "Application not enabled The app is currently unavailable and the app developer has been made aware of the issue. Once the app is enabled again, you'll be able to log in."

hippogamesunity commented 4 months ago

Hello, how can I help you? Make sure your app is properly configured and enabled in your developer console.

sukk630 commented 4 months ago

When I used demo to log in to Facebook, the page popped up after I clicked on login, and then input my Facebook account. After clicking on login, the page would pop up a prompt "Application not enabled. The app is currently unavailable and the app developer has been made aware of the issue. Once the app is enabled again, you'll be able to log in.“

hippogamesunity commented 4 months ago

Did you try setting your app? Don't use default settings.

вт, 16 июл. 2024 г., 13:29 sukk630 @.***>:

When I used demo to log in to Facebook, the page popped up after I clicked on login, and then input my Facebook account. After clicking on login, the page would pop up a prompt "Application not enabled. The app is currently unavailable and the app developer has been made aware of the issue. Once the app is enabled again, you'll be able to log in.“

— Reply to this email directly, view it on GitHub https://github.com/hippogamesunity/SimpleSignIn/issues/10#issuecomment-2230557412, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABX2VHEBSYWRBBMFXLOOWHLZMTY2LAVCNFSM6AAAAABK5UW2J2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZQGU2TONBRGI . You are receiving this because you commented.Message ID: @.***>

sukk630 commented 4 months ago

I also tried, I want to ask, when creating the app type can choose Game, I saw on the Wiki selection (type: Other/Consumer), is it necessary to create the type of Other/Consumer APP can log in normally

hippogamesunity commented 4 months ago

Right, it should be Other.

вт, 16 июл. 2024 г., 13:47 sukk630 @.***>:

I also tried, I want to ask, when creating the app type can choose Game, I saw on the Wiki selection (type: Other/Consumer), is it necessary to create the type of Other/Consumer APP can log in normally

— Reply to this email directly, view it on GitHub https://github.com/hippogamesunity/SimpleSignIn/issues/10#issuecomment-2230589026, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABX2VHHUYG5Q3AJ4RM4V3EDZMT22JAVCNFSM6AAAAABK5UW2J2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZQGU4DSMBSGY . You are receiving this because you commented.Message ID: @.***>

sukk630 commented 4 months ago

Must it be (type: Other/Consumer) , can't it be game type?

hippogamesunity commented 4 months ago

You can try Game, I don't have any info on this, sorry.

ср, 17 июл. 2024 г., 04:50 sukk630 @.***>:

Must it be (type: Other/Consumer) , can't it be game type?

— Reply to this email directly, view it on GitHub https://github.com/hippogamesunity/SimpleSignIn/issues/10#issuecomment-2232169487, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABX2VHDR2F5MUKWA4IXCNWDZMXEWJAVCNFSM6AAAAABK5UW2J2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZSGE3DSNBYG4 . You are receiving this because you commented.Message ID: @.***>

sukk630 commented 4 months ago

Now the facebook developer background has changed, the application type created does not have the option (type: Other/Consumer), I do not know whether the current login scheme can still adapt to the new facebook policy requirements

hippogamesunity commented 4 months ago

I'll check this.

ср, 17 июл. 2024 г., 09:51 sukk630 @.***>:

Now the facebook developer background has changed, the application type created does not have the option (type: Other/Consumer), I do not know whether the current login scheme can still adapt to the new facebook policy requirements

— Reply to this email directly, view it on GitHub https://github.com/hippogamesunity/SimpleSignIn/issues/10#issuecomment-2232558556, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABX2VHHSB6ZG7V27CS6JFK3ZMYH7JAVCNFSM6AAAAABK5UW2J2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZSGU2TQNJVGY . You are receiving this because you commented.Message ID: @.***>

hippogamesunity commented 3 months ago

Did you try this option? image Facebook Login is what we need.

hippogamesunity commented 3 months ago

I've updated WIKI. They've just changed admin UI. https://github.com/hippogamesunity/SimpleSignIn/wiki/Facebook

sukk630 commented 3 months ago

Yes, I do. (type: Authenticate and request data from users with Facebook Login) Does your demo work? When I run it, the page shows an error Dingtalk_Facebook1

hippogamesunity commented 3 months ago

The test app was switched to App Mode: Development. Now I've switched it to Live. Note that you shouldn't use default app settings. Also note that Localhost Loopback is only allowed for apps in App Mode: Development. I've updated the asset to v2.5: Editor flow has been switched from LoopbackFlow to AuthorizationMiddleware.

hippogamesunity commented 3 months ago

Please let me know if your issue is now solved.