doushi7819 2014-10-17 14:36
浏览 41
已采纳

Facebook访问令牌对搜索端点无效

i am making this request through graph api and i am getting this error:

(#200) Must have a valid access_token to access this endpoint

A couple of days ago i was making the same requests without any problem and now i keep getting this error messages, i don't know why. the query i am requesting is the following:

/search?q=SOMETHING&type=event&fields=id,name,description,cover,start_time,end_time,location,owner,venue&limit=5000&access_token=ACCESS_TOKEN.

This query works on graph api explorer (including the access token). My question is, the error is mine or from facebook?

Thanks.

  • 写回答

1条回答 默认 最新

  • douyou4819 2014-10-17 15:08
    关注

    Put the Access Token in the Debugger and check if it´s valid: https://developers.facebook.com/tools/debug/

    If yes, file a bug: https://developers.facebook.com/bugs/

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 GDI处理通道视频时总是带有白色锯齿
  • ¥20 用雷电模拟器安装百达屋apk一直闪退
  • ¥15 算能科技20240506咨询(拒绝大模型回答)
  • ¥15 自适应 AR 模型 参数估计Matlab程序
  • ¥100 角动量包络面如何用MATLAB绘制
  • ¥15 merge函数占用内存过大
  • ¥15 Revit2020下载问题
  • ¥15 使用EMD去噪处理RML2016数据集时候的原理
  • ¥15 神经网络预测均方误差很小 但是图像上看着差别太大
  • ¥15 单片机无法进入HAL_TIM_PWM_PulseFinishedCallback回调函数