You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2019. It is now read-only.
Thanks man.
It is interesting. It looks like there is no possible solution for this once native app isn't installed.
If so, maybe the solution, will be just mention it in javadoc of video uploading action.
I think you got me wrong.
It has nothing to do with video uploading, it's in SimpleFacebookConfiguration class. It sets the default audience settings for the publish permissions dialog.
And it seems there is a solution. It's just calling a different method in the Facebook sdk. I'll add a more detailed explanation as soon as I'll fix it (AND won't be typing from my phone).
Hi.
It's a bug I discovered when I developed the video uploading feature.
When using the library without facebook app installed (my case),
SimpleFacebookConfiguration.Builder().setDefaultAudience(audience)
doesn't work and it always usesFRIENDS
as the default setting.This is because the [facebook documentation](https://developers.facebook.com/docs/reference/android/current/Session.OpenRequest/#setDefaultAudience(SessionDefaultAudience) declares:
I'm opening it here as an issue so I won't forget it.
I (and anyone else is welcome) will fix it as soon as I'll have time.
The text was updated successfully, but these errors were encountered: