English 中文(简体)
FB 图形错误 : “ (# 100) 用户必须列在白列表中 ”
原标题:FB Graph Error: "(#100) User must be on whitelist"

我打给你

https://graph.facebook.com/{the id of one of my app s actions}

并获得以下答复机构:

{
  "error": {
    "message": "(#100) User must be on whitelist", 
    "type": "OAuthException", 
    "code": 100
  }
}

有人知道这个错误是什么意思吗?

问题回答

今天我犯了这个错误,问题是有些 fields 丢失了 。 因此, 请检查您的 URL , 您要发送请求的位置 。

就像在我的情况中 我不得不请求

https://graph.facebook.com/userID/myAppName/

相反,我要求

https://graph.facebook.com//myAppName/

这应该解决你的问题 就像解决我的问题一样:D

我也有这个问题,虽然我并不肯定我做了什么来纠正它,但我认为它把行动与这样做的“连接物体类型表字段”联系起来。

请求 < 强度 > 直观 < /强度 > 端点时, 亲自了解这个问题 :

https://graph.facebook.com/v2.9/<ad_id>/insights?fields=account_id,account_name,action_values,actions,ad_id,ad_name,adset_id,adset_name,app_store_clicks,buying_type,call_to_action_clicks,campaign_id,campaign_name,canvas_avg_view_percent,canvas_avg_view_time,canvas_component_avg_pct_view,clicks,cost_per_10_sec_video_view,cost_per_action_type,cost_per_estimated_ad_recallers,cost_per_inline_link_click,cost_per_inline_post_engagement,cost_per_total_action,cost_per_unique_action_type,cost_per_unique_click,cost_per_unique_inline_link_click,cpc,cpm,cpp,ctr,date_start,date_stop,deeplink_clicks,estimated_ad_recall_rate,estimated_ad_recallers,frequency,impressions,impressions_dummy,....

最后发现,“强势”的图像字段正在造成问题,因此当将问题从请求中删除时,问题就得到解决。





相关问题
C# Networking API s [closed]

Lately I ve been looking for a good networking API i could possibly use and/or reference some of the code within, but i have mere luck searching for some on Google/Bing. Hopefully somebody here has ...

getting XML from other domain using ASP.NET

I m fairly new to ASP.NET. And I was wondering how I could go about getting xml from a site (Kuler s API in this case), and then post the result using AJAX? So what I want here, is to be able to do a ...

Most appropriate API for URL shortening service

I ve just finished an online service for shortening URLs (in php5 with Zend Framework); you can enter an URL and you get an short URL (like tinyurl and such sites). I m thinking about the API for ...

UML Diagram to Model API

I need to create a diagram to document a RESTFul API that build, which UML diagram should I use? Thanks in advance,

How best to expose Rails methods via an API?

Let s say I have a model foo, and my model has a publish! method that changes a few properties on that model and potentially a few others too. Now, the Rails way suggests that I expose my model over ...

简讯

我是否可以使用某些软件来建立简便的航天国家服务器,最好是在 Java? 所有我都希望我的航天国家服务机在任何要求中都用同样的IP地址来回答。

About paypal express checkout api

In this picture,there are 3 main steps:SetExpressCheckout,GetExpressCheckoutDetails and DoExpressCheckoutDetails,I m now sure SetExpressCheckout is to be called by myself,what about ...

热门标签