本文介绍了在iphone中集成Twitter以便在不使用登录的情况下阅读公共推文/ HashTags?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hii People,

Hii People,

我在App上工作,它使用twitter api来获取客户公共推文,他们的Hashtag,

i m working on App which uses twitter api to fetch client public tweets,their Hashtag,

目前我正在使用MGTwitterEngine请求用户名,密码来获取推文,

Currently i m using MGTwitterEngine which asks for userName,password to fetch tweets,

我们能否在没有登录的情况下获取公共推文及其主题标签? / p>

is any other ways we can able to fetch public tweets and their hashtag without login?

推荐答案

public_timeline api不需要身份验证,因此您只需使用

the public_timeline api does not require authentication so you could just use http://api.twitter.com/1/statuses/public_timeline.json?include_entities=true

我在forrst.com上发帖,因为我最近在我的一个项目中实现了类似的东西:

I put a post on forrst.com as I've recently implemented something similiar in one of my projects:http://forrst.com/posts/Grab_latest_Tweets_reusable_class-Ndz

这篇关于在iphone中集成Twitter以便在不使用登录的情况下阅读公共推文/ HashTags?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 04:27