I have this running with a console app and i can get twitter / youtube and facebook info. Instagram since they changed their api we cannot get any stats.
The package here on Our is specifically for Umbraco, and it unfortunately still uses the older Skybrud.Social, which is build against v2.3 of the Facebook Graph API. Due to Facebook's versioning, you're probably forced to use a newer version than that, but for the most part the old code should still work. Twitter and Instagram is the same as in the individual packages.
I have started to port the Umbraco package to use the newer individual packages, but there is still some time before I'm able to release this.
As Ismail writes, it's no longer possible to pull certain information from the Instagram API - eg. stats about other users. Most of the API has been closed down, but it is still possible to pull images of the authenticated user if your app has been approved do to so by Instagram.
Wich Facebook and Instagram API version is supported by this package?
Wich Facebook / Twitter / Instagram API version is supported by this package?
Biagio,
I have this running with a console app and i can get twitter / youtube and facebook info. Instagram since they changed their api we cannot get any stats.
Regards
Ismail
I somehow haven't received email notifications for this thread, so I've first seen it now by coincidence.
For anyone else looking, the answer for individual packages can be found in this GitHub issue from yesterday: https://github.com/abjerner/Skybrud.Social/issues/84
The package here on Our is specifically for Umbraco, and it unfortunately still uses the older
Skybrud.Social
, which is build againstv2.3
of the Facebook Graph API. Due to Facebook's versioning, you're probably forced to use a newer version than that, but for the most part the old code should still work. Twitter and Instagram is the same as in the individual packages.I have started to port the Umbraco package to use the newer individual packages, but there is still some time before I'm able to release this.
As Ismail writes, it's no longer possible to pull certain information from the Instagram API - eg. stats about other users. Most of the API has been closed down, but it is still possible to pull images of the authenticated user if your app has been approved do to so by Instagram.
is working on a reply...