[twitter-dev] Re: Multiple Home timelines on one webpage

2011-05-30 Thread roderick
I mean using the twitter API for my own website. So i want my website visitors give the opportunity to use 2 timelines next to eachother On 25 mei, 05:11, Mohan Arun mar...@gmail.com wrote: Is it possible to show multiple home timelines from 2 (or more) different accounts. I guess this is

[twitter-dev] Re: Will requesting DM access now disable xAuth for my app?

2011-05-30 Thread janole
Hi Andrew, many thanks for your feedback from me, too! ;-) I didn't dare to make the switch for my xAuth app yet ... I'm just wondering if the actual switch to the new xAuth permission policy next month will have any impact on this? Is xAuth as such still supposed to work, but simply returning

[twitter-dev] Twitter comment on Error responses ?

2011-05-30 Thread Maomor
I do not understand why twitter will not tell us how we should handle their error codes. Our applications need to distinguish between an error response such as 7 ( No data for a place ) and 10 ( Geo services currently unavailable ). Can Twitter understand that we have the need to do this ? And,

[twitter-dev] how to get complete tweets in my website

2011-05-30 Thread abhishekparashar8...@gmail.com
hello, I have retriew the data from the $req = /1/statuses/user_timeline/.$uname..json?count=. $xCount.; and I got all the tweets in my page but when I want to get tweets to whom will retweet my tweet then I got blank... I want the complete list of all tweets and person who retweets my

Re: [twitter-dev] Re: Multiple Home timelines on one webpage

2011-05-30 Thread James Gifford
It's possible. You'll probably want to take a look at the Fork-A-Twitter-Client project for some example JavaScript to get you started. Cheers, James Gifford http://jamesrgifford.com On May 30, 2011, at 4:53, roderick roderickstanda...@hotmail.com wrote: I mean using the twitter API for my own

[twitter-dev] How can I add an application via API for a twitter account?

2011-05-30 Thread usarrow23
Hi, We are developing an application related to twitter and how can I add an application via API for a twitter account? We want to add like this http://twitter.com/oauth/authorize/?oauth_token=Mnm5qm9pSLB3ER6nWLpBczzgDigubn8i266U4wrWtMU Note: no use twitter interface in dev.twitter.com --

[twitter-dev] Twitter New Direct Message View

2011-05-30 Thread kamesh SmartDude
Hai All, i am trying to implement Direct message view for a mobile app, how the message view is showing in the new web twitter showing the buddies list first and once u click on the buddy it should show the message conversation between the current user and the specific buddy. But currently

[twitter-dev] oob vs Callback

2011-05-30 Thread Arktist
Anyone know why my web application which used to get call-backs when a user was sent to OAuth authorization is now suddenly getting the user sent to Application authorization. As far as I can tell I've not changed any of my web application in this area. Thanks. -- Twitter developer

Re: [twitter-dev] How can I add an application via API for a twitter account?

2011-05-30 Thread Scott Wilcox
Not possible. All apps need to be created via http://dev.twitter.com/ On 30 May 2011, at 09:50, usarrow23 wrote: Hi, We are developing an application related to twitter and how can I add an application via API for a twitter account? We want to add like this

[twitter-dev] Iframe

2011-05-30 Thread hagerb
Hello, I'm trying to integrate the tweet button I've set up into an inframe. I'm drawn a Div Tag and pasted the iframe code, but all of the other stuff I've set up doest not show in the tweet. Like the message I'd like to pop up. Please help.. here's the code: div id=apDiv65iframe

[twitter-dev] Hovercards

2011-05-30 Thread so.wakooz
Hi all The the first code i used over a link produce a expanded Hovercard ex: div id=main_contenta href= class=twitter-anywhere-user wakooz/a/div twttr.anywhere(function (T) { T(#main_content).hovercards({ expanded: true }); });

Re: [twitter-dev] oob vs Callback

2011-05-30 Thread tanapata tawecoon
2011/5/30 Arktist arktist.d...@gmail.com Anyone know why my web application which used to get call-backs when a user was sent to OAuth authorization is now suddenly getting the user sent to Application authorization. As far as I can tell I've not changed any of my web application in this

Re: [twitter-dev] How can I add an application via API for a twitter account?

2011-05-30 Thread tanapata tawecoon
2011/5/30 usarrow23 ttthan...@gmail.com Hi, We are developing an application related to twitter and how can I add an application via API for a twitter account? We want to add like this http://twitter.com/oauth/authorize/?oauth_token=Mnm5qm9pSLB3ER6nWLpBczzgDigubn8i266U4wrWtMU Note: no use