小编Ole*_*iev的帖子

开始使用 Instagram oEmbed 功能

开始使用 Instagram oEmbed 功能的正确方法是什么?文档(https://developers.facebook.com/docs/instagram/oembed/)声称我必须通过应用程序审核才能开始使用该功能。申请表上写着Please provide a URL where we can test Oembed Read.“我没有”,因为我无权使用该功能。

我尝试过但没有成功:我请求了 instagram_oembed 资源:

  • 实时模式下应用程序的应用程序令牌
  • 开发模式下应用程序的app token
  • 通过 Instagram 官方帐户将 URL 传递给帖子(例如https://www.instagram.com/p/CQG4gZxMzzO/
  • 将 URL 传递给作为应用程序管理员的用户的帖子

在所有情况下我都会收到 (#10) 使用'Oembed Read', your use of this endpoint must be reviewed and approved by Facebook. To submit this 'Oembed Read' feature for review please read our documentation on reviewable features: https://developers.facebook.com/docs/apps/review.

我执行的请求示例https://graph.facebook.com/v11.0/instagram_oembed?url=https%3A%2F%2Fwww.instagram.com%2Fp%2FCQG4gZxMzzO%2F&access_token=appAccessToken

facebook-graph-api instagram instagram-api

16
推荐指数
2
解决办法
1万
查看次数

EasyNetQ - 从现有队列接收

我正在考虑使用 EasyNetQ 与 RabbitMQ 进行交互,并想知道它是否可以支持以下情况:

  1. 使用一些任意参数在外部声明队列(例如 x-message-ttl)
  2. 使用 EasyNetQ 的客户端代码从该队列发送和接收消息。

我发现的可能性是:

  • 简单的 IBus API 要求队列具有默认参数
  • 高级 IAdvancedBus API 允许指定声明队列的参数但不是全部(例如无法设置 x-max-length)

问题是我可以只使用带有自定义参数的现有队列而不需要指定它们吗?

.net c# rabbitmq easynetq

4
推荐指数
1
解决办法
3567
查看次数