facebook / facebook-sdk-for-unity

The facebook sdk for unity.
https://developers.facebook.com/docs/unity
Other
489 stars 256 forks source link

Cant use share functions, result in api error or popup that goes off screen #525

Open cramberrycookies opened 3 years ago

cramberrycookies commented 3 years ago

Checklist

Environment

Describe your dev environment here, giving as many details as possible. If you have them, make sure to include:

Goals

What do you want to achieve?

Share on facebook

Expected Results

What do you expect to happen? Share on Facebook

Actual Results

What actually happened? Can you provide a stack trace?

Whenever i try to send a share link am getting "ERROR API ERROR" without much else to go on. FB.FeedShare in the other hand works but i get a popup asking to accept the cookies for this browser but the popup is so long it goes off screen and its impossible to proceed.

Steps to Reproduce

What are the steps necessary to reproduce this issue?

Ive used the get started steps facebook provided.

Code Samples & Details

Please provide a code sample, as well as any additional details, to help us track down the issue. If you can provide a link to a test project that allows us to reproduce the issue, this helps us immensely in both the speed and quality of the fix.

Am using the examples included in the sdk

Note: Remember to format your code for readability:

// INSERT YOUR CODE HERE
cramberrycookies commented 3 years ago

Also am unable to use share dialog mode automatic or native as it results in error api error as well