[twitter-dev] question on authentication...

2011-05-15 Thread jimmy6
1) oath2 supported in twitter? 2) Why there is no proper document mention what parameter use in following authenticated method? http://dev.twitter.com/pages/sign_in_with_twitter 3) How to get access token in @anywhere? -- Twitter developer documentation and resources: https://dev.twitter.com/do

[twitter-dev] Launching Twitter for iOS using twitter:// url schemes

2011-05-15 Thread Daniel
Hi, I can't find any documentation, or even a place to ask this question, so sorry if this is off-topic... I'm an iOS developer, and I'd like to attempt to open the Twitter app on the device, (from my app) at a particular profile, or even in a state to @mention a particular username. Currently I c

Re: [twitter-dev] Launching Twitter for iOS using twitter:// url schemes

2011-05-15 Thread Tom van der Woerdt
If I'm not mistaken, Twitter for iOS still responds to the old tweetie:// URL schemes. http://wiki.akosma.com/IPhone_URL_Schemes#Tweetie (found them on google) Also, the Mac version of Twitter for iOS supports twitter:// as well - I think I've seen URLs that opened profile but I don't remember

Re: [twitter-dev] Launching Twitter for iOS using twitter:// url schemes

2011-05-15 Thread Tom van der Woerdt
I just found that "twitter:///user?screen_name=tvdw" works as well. Tom On 5/15/11 6:51 PM, Tom van der Woerdt wrote: If I'm not mistaken, Twitter for iOS still responds to the old tweetie:// URL schemes. http://wiki.akosma.com/IPhone_URL_Schemes#Tweetie (found them on google) Also, the Mac

[twitter-dev] Re: problem with site stream oauth

2011-05-15 Thread David
HI Michael, The Site Streams endpoint is currently in beta and only available to whitelisted users - has your app account @username been approved? Best, David -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi I

[twitter-dev] Re: question on authentication...

2011-05-15 Thread David
Hi Jimmy, 1) No, Twitter currently uses OAuth 1.0 - they are waiting for the OAuth 2.0 spec to stabilize a bit more before making the switch (source: DevnestSF). 2) You'll want to read documentation about the /oauth/authorize and /oauth/authenticate endpoints here: http://dev.twitter.com/doc/g

[twitter-dev] Re: question on authentication...

2011-05-15 Thread jimmy6
When i use(http://api.twitter.com/oauth/authenticate.oauth? force_login=true) in browser I am getting following stuff. Sorry, that page doesn’t exist! Search for a username, first or last name: On May 16, 8:09 am, David wrote: > Hi Jimmy, > > 1) No, Twitter currently uses OAuth 1.0 - they are wa