我的问题与代码无关,我试图在instagram上发布内容。 所以我使用Graph API:https://developers.facebook.com/docs/instagram-api/getting-started 我遵循了以下步骤:
第一:
我在图形API中设置了令牌
然后:
我请求
[获取] / me /帐户(获取页面ID)
[GET] / page_id?fields = instagram_business_account(获取instagram页面)
[GET] / instagram_page / media(获取instagram页面的媒体)
他们的步骤运作良好,但我无法提出请求
[POST] / instagram_page / media?image_url = https://images.pexels.com/photos/248797/pexels-photo-248797.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500 &caption =#BronzFonz
我看到了:Facebook Ads Insights API: (#3) Application does not have the capability to make this API call
但是他不使用Graph API
我将Graph API与授权一起使用
有人可以帮我还是告诉我他是否得到了相同的结果