我想从可可应用程序中更新我在Facebook和twitter中的状态。这有没有可能。如果是,该怎么办?
发布于 2011-04-26 07:21:15
用于推特MGTwitterEngine https://github.com/mattgemmell/MGTwitterEngine
对于Facebook,请使用https://github.com/facebook/facebook-ios-sdk接口
发布于 2011-04-23 20:49:28
在facebook中,它将是:
$attachment = array('message' => 'message');
$result = $facebook->api('/me/feed/','post',$attachment);你必须在谷歌上搜索twitter的api。
https://stackoverflow.com/questions/5762383
复制相似问题