首页 >

facebook api curl Status message解决办法

后端开发|php教程facebook api curl Status message解决办法
facebook,Status,nbsp,message,update
后端开发-php教程
facebook api curl Status message
这是facebook 的api
http://developers.facebook.com/docs/reference/api/status/
友价商城源码t5企业版,ubuntu 的关机指令,tomcat一直get请求,湖北爬虫展2021,php滑动图片旋转角度,暴击seolzw
出版
源码编辑教程,vscode 函数缩略图,ubuntu批量视频,tomcat启动与停止,爬虫缸蚂蚁,php网站支付宝接口,seo个人年度总结范文ppt,asp网站cms有那些,html多张图片上传模板lzw
Requires the publish_stream permission.
oa协同办公系统php源码,Ubuntu仅下载模式,tomcat7去哪里启动,反爬虫机制crawler,php静态页面缓存技术教程,黑产seo慌了白帽seo笑了lzw
To publish a status update, POST the message field to the feed/wall of the user whose status you want to update, i.e., http://graph.facebook.com/USER_ID/feed.
curl -F ‘access_token=…’ \
-F ‘message=This is my status update’ \
https://graph.facebook.com/me/feed

我通过代理服务器发的

curl -x 192.168.XX.XXX:XXX
-F ‘access_token=2227470867|2.TvtbCtLU….’
-F ‘message=This is my status update’
https://graph.facebook.com/me/feed

怎么不行呢?

——解决方案——————–
这个方法需要publish_stream的权限。可能的token值获得的时候并没有获得这个权限。


facebook api curl Status message解决办法
  • Google Oauth登录系统开发示例
  • Google Oauth登录系统开发示例 | Google Oauth登录系统开发示例 ...

    facebook api curl Status message解决办法
  • PHP 语言急需避免的 10 大误区
  • PHP 语言急需避免的 10 大误区 | PHP 语言急需避免的 10 大误区 ...

    facebook api curl Status message解决办法
  • 用PHP实现双向SMS
  • 用PHP实现双向SMS | 用PHP实现双向SMS ...