I am currently not able to OAuth against the facebook service.
I get the facebook login dialog, but after login I am redirected to this: http://d.pr/i/10Flh
I think this is an issue in Skybrud.Social that already has been fixed.
Unfortunately Skybrud.Social for Umbraco has been a bit neglected due to lack of time, so the latest version has a dependency for an older version of Skybrud.Social.
If you have installed Skybrud.Social for Umbraco via NuGet, you won't be able to update Skybrud.Social via NuGet due to the dependency, so simply grab the DLL from the link above. I'll try to fix the NuGet package soon ;)
I have a global settings node on their i have my skybrud stuff no facebook property editor, for that i just have textbox and i paste the token there. I then have a social service and in that i do :
Facebook OAuth error
I am currently not able to OAuth against the facebook service. I get the facebook login dialog, but after login I am redirected to this: http://d.pr/i/10Flh
I am running Umbraco 7.3.0 with SkyBrud 1.0.1
Hi Søren,
I think this is an issue in Skybrud.Social that already has been fixed.
Unfortunately Skybrud.Social for Umbraco has been a bit neglected due to lack of time, so the latest version has a dependency for an older version of Skybrud.Social.
The easiest fix for now is to download the latest Skybrud.Social DLL from GitHub: https://github.com/abjerner/Skybrud.Social/releases
If you have installed Skybrud.Social for Umbraco via NuGet, you won't be able to update Skybrud.Social via NuGet due to the dependency, so simply grab the DLL from the link above. I'll try to fix the NuGet package soon ;)
Hi Anders,
That did the trick! Thank you!
If I try to login with another user I get the following message:
It probably has something to do with my App-settings.
Do you know how to fix it?
Hi again,
I think your Facebook app may be in development mode, so users not registered as a developer of the app won't be able to login.
If you go to the Facebook developer site and find your, you should be able to find a setting for this under the Status & Review section.
I can't remember what the default setting is, so let me know if the above helps ;)
My app is live - http://prntscr.com/8tahij
Do I really have to submit it to facebook for review?
Soren,
I had a few issues with facebook, so I created an app token on https://developers.facebook.com/tools/accesstoken/ and used that to create the facebook service.
Regards
Ismail
Hi Ismail
Do you have an example of this? I guess you provide the access token in your view and not in the data type created in Umbraco?
Soren,
I have a global settings node on their i have my skybrud stuff no facebook property editor, for that i just have textbox and i paste the token there. I then have a social service and in that i do :
The app token comes from the global config.
Regards
Ismail
Aah I see!
I really just need to get posts from different facebook pages, so your solution would work! - Thanks!
Do you know how to get attached images / videos etc.?
is working on a reply...