skip to Main Content

Instagram new client registration disabled

I'm using SkyBrud (https://social.skybrud.dk/instagram/) and usually setup Instagram with this API within an Umbraco/ASP .net site. The site would display images from Instagram to my site, which is connected via API keys generated on Instagram and using them in the…

VIEW QUESTION

Instagram API Basic Display: Problem with requesting access_token

I was following Instagram API Basic Display documentation. I've created Facebook App, configured Instagram Basic Display, added Test User, Authenticated the Test User using GET request: https://api.instagram.com/oauth/authorize ?app_id={app-id} &redirect_uri={redirect-uri} &scope=user_profile,user_media &response_type=code But when I try to request access_token using POST…

VIEW QUESTION

I am getting an error when using the facebook api

File "SAMPLE_CODE.py", line 21, in <module> from facebookads.adobjects.adaccount import AdAccount File "/usr/local/lib/python3.7/site-packages/facebookads/adobjects/adaccount.py", line 1582 def get_insights(self, fields=None, params=None, async=False, batch=None, pending=False): ^ SyntaxError: invalid syntax I am trying to use the Facebook API and I am getting this error. Not…

VIEW QUESTION

How to upload local image to facebook

I managed to upload an image to facebook using online URL but, when I try a local image using format file://path/to/imageI get the error {"error":{"message":"(#100) url should represent a valid URL","type":"OAuthException","code":100} is it doable ? or am doing it wrong…

VIEW QUESTION
Back To Top
Search