-
With the Instagram API Platform Deprecation will you be supporting the new Instagram Graph API anytime soon?
-
Firstly - thanks for a great package! Can I ask if you have plans to update the package to work with the new Instagram Graph API since I understand the current implementation is being deprecated by th…
-
We are trying to use Skybrud.Social.Umbraco v0.9.6 with an existing v7 site hosted on Azure using Redis as sessionState backing.
When the app authorization callback (https://site.local/App_Plugins/…
-
Do you know where InstagramUsersResponse is coming from? I'm able to get InstagramService recognized by doing "using Skybrud.Social.Instagram", but can't seem to find where InstagramUsersResponse ori…
-
InstagramService service = InstagramService.CreateFromAccessToken(_Settings.Settings["UserAccessToken"].Value);
InstagramUserResponse response = service.Users.GetSelf();
```
... process user…
-
I have a website using Skybrud social.
I setup the site and authorised the app to be used. All is working and every few days i have to do this again to get the images showing again.
Is there a w…
-
I am getting always Pagination.NextMaxId=null and Pagination.NextUrl=null
I think it is due to new update from instagram as:
"pagination": {"next_min_id": "", "min_tag_id": "", "deprecation_warnin…
-
Hi @abjerner, I'm not sure if this impacts the Skybrud.Social.Google authentication?
I got an email from Google about this flagging the OAuth API on one of our projects, (that we're only using with…
-
Just a little heads up. Our is currently using an API key for accessing the API. This will not be possible after August 15.
The Meetup integration should then instead use OAuth 2. I'll look into cr…
-
I have followed the instructions and am using within Umbraco 7.12.3.
I have created an app from a Twitter account and put in a dummy value in for the callback URL - I just put in website
However…