I am now using (https://www.dropbox.com/sh/ubak1qionvji8mf/AAA4-sDJC97ihEB8_UH9yf_5a/Build 0.0.934.20 (2015-02-19)/Skybrud.Social.dll?dl=0) i am also using latest build from source of sbybrud social for umbraco, when i try to authorise instagram i get the following error:
Method not found: 'System.String Skybrud.Social.Instagram.Responses.InstagramAccessTokenResponse.get_AccessToken()'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.MissingMethodException: Method not found: 'System.String Skybrud.Social.Instagram.Responses.InstagramAccessTokenResponse.get_AccessToken()'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
I found the reason now. The current release of this package uses and is build against Skybrud.Social v0.9.0. The DLL I linked to on Dropbox (which is newer than v0.9.0) added support for YouTube channels, but also introduced a breaking change for Instagram.
I will make a new release of both packages tomorrow, so this should no longer be an issue thereafter ;)
Skybrud.Social v0.9.1.1 was released last night, so you should be able to get that via NuGet.
It was my plan to also make a new release of Skybrud.Social for Umbraco, but I had some issues with Skybrud.Social, so I didn't have the time. I will make a new release when I get home ;)
I don't plan on any further changes to the code before this release, so if you pull the latest code from the repository, it should be the same as in the upcoming release.
Authentication error
Anders,
I am now using (https://www.dropbox.com/sh/ubak1qionvji8mf/AAA4-sDJC97ihEB8_UH9yf_5a/Build 0.0.934.20 (2015-02-19)/Skybrud.Social.dll?dl=0) i am also using latest build from source of sbybrud social for umbraco, when i try to authorise instagram i get the following error:
Method not found: 'System.String Skybrud.Social.Instagram.Responses.InstagramAccessTokenResponse.get_AccessToken()'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.MissingMethodException: Method not found: 'System.String Skybrud.Social.Instagram.Responses.InstagramAccessTokenResponse.get_AccessToken()'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Do i need a custom build of social for umbraco as well?
Regards
Ismail
I'm not sure about this one. It should work, and I think it did when I tested the other day. But I will look into that ;)
I found the reason now. The current release of this package uses and is build against Skybrud.Social v0.9.0. The DLL I linked to on Dropbox (which is newer than v0.9.0) added support for YouTube channels, but also introduced a breaking change for Instagram.
I will make a new release of both packages tomorrow, so this should no longer be an issue thereafter ;)
Anders,
Did you get chance to update the skybrud umbraco dll?
Cheers
Ismail
Doh ignore that last post i can see you have updated source just done a pull and will build and test.
Cheers
Ismail
Skybrud.Social v0.9.1.1 was released last night, so you should be able to get that via NuGet.
It was my plan to also make a new release of Skybrud.Social for Umbraco, but I had some issues with Skybrud.Social, so I didn't have the time. I will make a new release when I get home ;)
I don't plan on any further changes to the code before this release, so if you pull the latest code from the repository, it should be the same as in the upcoming release.
Anders,
Pulled down code and built all looking good. Many thanks for all your help.
Regards
Ismail
is working on a reply...