Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/crystal-reports/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Twitter 如何以数字格式生成OAuth nonce以获取关注者_Twitter - Fatal编程技术网

Twitter 如何以数字格式生成OAuth nonce以获取关注者

Twitter 如何以数字格式生成OAuth nonce以获取关注者,twitter,Twitter,我想获取oAuth nonce,了解如何获取php或iOS API中的oAuth nonce如果问题是“如何在Objective-C中生成oAuth nonce?”,那么您应该从oAuth规范开始 对于Objective-C实现,您可以查看STTwitter的代码 基本上,您可以使用CFUUIDCreateString()创建一个随机字符串。使用前32个字符就足够了

我想获取oAuth nonce,了解如何获取php或iOS API中的oAuth nonce如果问题是“如何在Objective-C中生成oAuth nonce?”,那么您应该从oAuth规范开始

对于Objective-C实现,您可以查看STTwitter的代码

基本上,您可以使用
CFUUIDCreateString()
创建一个随机字符串。使用前32个字符就足够了