[twitter-dev] Getting a timeline from a select number of friends without using list

2009-12-14 Thread joeygreen...@gmail.com
I have an app that needs to be able to get a timeline from a select
number of friends without using list. I haven't been able to find a
api method that I can do this, but I might have overlooked it. Right
now my solution is to just create a list of these users and read the
list timeline, but I would rather skip the create the list part. Any
help will be appreciated.

Thanks


[twitter-dev] Improving the UX of Twitter+Oauth on iPhone?

2009-09-29 Thread joeygreen...@gmail.com

 I'm implementing both facebook connect and Twitter+Oauth for an
iPhone app I'm currently working on. I really like the way facebook
connect makes it seem that you're still in the app and not visiting
some external website. Also, it kind of messes with the flow of my app
because when you sign into facebook connect you have this snappy
interface and when you sign into Twitter+Oauth you can really notice
that you're being redirected to a website.

 So, what I'm wanting to do is make my Twitter+Oauth process be more
like, if not identical, to how facebook connect works. My question is,
does the user need to know that they are going to twitter to login?
Most users are probably unaware that they are using a webpage when
they are using facebook connect.

 In my scenerio, would it be better to imitate the facebook connect
experience or just keep it where you know you're being sent to twitter?


[twitter-dev] Re: About my MASHUP!

2009-09-23 Thread joeygreen...@gmail.com

I'm already registered my app, am implementing OAuth and am still in
development. I don't know of any approval process. Maybe I'm missing
something.

On Sep 22, 6:36 pm, sandropype sandro.p...@gmail.com wrote:
 Hi!

 I developed a mashup with the twitter api. very simple but works :)

 what next step to get into the whitelist or know what the staff thinks
 about twitter mashup

 Only after it is approved it is possible to implement the OAuth?

 Thanks!


[twitter-dev] Twitter+Oauth on iPhone: How does one logout?

2009-09-23 Thread joeygreen...@gmail.com

 I'm implementing Twitter+Oauth on the iPhone using
http://github.com/bengottlieb/Twitter-OAuth-iPhone. I'm creating a
login/logout button/feature like facebook connect uses. I've got the
login working and am wondering how does one logout using Oauth?