access facebook application from non admin account not work - facebook

I have downloaded an example of Facebook Application using PHP sdk, and it is working well when I access it from the account that admin that application but when I try to access it from another account I got an error message
please any help

Check the Sandbox Mode for the app on https://developers.facebook.com
This restricts the application to developers.

Related

AWS Cognito authenticating in Mac OS

I've created iOS app with Cognito authentication. It works and Cognito service is good enough.
But I need to integrate Cognito in OS X app now with same user pool. I'm very frustrating that AWS doesn't provide OSX SDK.
I've been trying for several days to solve it. But no any luck.
- Non official SDK https://github.com/swift-aws/aws-sdk-swift/ - no appropriate SDK for OS X
- Thought about REST API - got problems with generating hash secret
- even tried fetch token from the web page
Anyone could implement Cognito authenticating in OS X app?
Have idea to develop python/php/java web app and send requests to own app and authenticate users there.

Getting App Store receipt for sandbox user fails with incorrect password message

I have a commercial macOS app I distribute in the Mac App Store. Now at startup I check for the App Store receipt and exit with code 173 if it is not present. This brings up the App Store sign in dialog in order to get a receipt.
I have always tested this with sandbox accounts but now I only get errors when I try to sign in with a sandbox account (or my real Apple ID).
The issue emerges when I start from XCode as well as when I export the app as a development build.
I have the following setup:
macOS 10.15.1
XCode 11.2
App signed with valid development certificate
I have tried the following:
Sign out of App Store app
Restart Mac
Tripple verified email and password
Create new sandbox user in App Store Connect
Ran codesign -vvvv which reports everything is fine
I do, however, see the following error on the Console, but could not figure out what it is supposed to mean:
StoreLegacy: Failed to perform in-line receipt renewal for application
at path /Users/me/Library/Developer/Xcode/DerivedData/MyApp-alwjuasqcasdfaufnnxhqeoo/Build/Products/Debug/MyApp.app :
'Error Domain=com.apple.commerce.client Code=600 "(null)"'
Has anybody seen this before?
Update
It works as expected on Mojave. So I assume this is an issue with Catalina.
#codingFriend1 - Thanks. I should have posted the workaround. It seems the problem was that I'm in the UK and my test account was with the UK app store. I created a new tester with the US app store and that worked.
The resulting certificate works with UK tester. I don't think it used to be like this, but hey ho!
It was this that finally got it working for me but there may be other problems.

Test Users for a Production App

We have developed a Facebook Canvas App, and using the test version, we create test users who can successfully install and test the app.
Here's the thing. Using the production version of the app (not yet approved by Facebook), and using test users created under this version, when I try and install the app to the user I get the error message "User is not allowed to see the application.: The user is not allowed to see this application per the developer set configuration."
I have made sure I am not logged in as another test user, I've cleared the cache prior to logging in as the test user, etc.
As near as I can tell, test users created under the production version should be able install the app and test it, correct?
If not, then when you submit the app for Facebook Approval, what accounts will the use?
Thanks!!
Here's an explanation:
Created test users under the test app won't be able to use the prod app, just as Created test users under the prod app won't be able to use the test app.
Real users, added as TESTERS of the prod app, should be added manually as testers of the Test App.

Error while trying to add developer in Facebook Developer Console

I am trying to add a developer in facebook developer console.
When I submit the developer E-mail_Id, it gives me an error, "param must be non-empty"
I have added the message window for reference.
I would say the error message is not very informative.
Resolved this issue. Something amiss with the configuration. I created a fresh Facebook project and
configured app_id in Android manifest file once again. Further,
Ensure that configurations in Facebook developer console are correct.
Ensure that developer is friend of the Facebook Admin.
When you start typing names in the box it should automatically populate the name.
Add the person.
Pending status will go automatically in sometime.

Facebook Registeration for bada 1.1

I have made an app in bada 2.0 in which I have implement facebook and It works fine.
But when I use the same code for bada 1.1, it doesn't work.
I have:
registered the app for 1.1 both on http://developer.bada.com
used the downloaded manifest file in app and also register the app on https://developers.facebook.com
used the application key and secret in the app
But my app after authenticating successfully doesn't proceed and emulator shows loading continues without showing any error message in the log.
Can any one tell me whether it is a server side problem or I have done something wrong?
I have followed the same steps for the registeration as for bada 2.0 app and 2.0 app works fine.
I there might be some issue in Bada server. Some time it faces some outages. Try after some time..also you should use a different manifest file from Bada developer site for 1.1.