[twitter-dev] Re: Twitter4j / showStatus method

2011-05-03 Thread LucMartinPro
Hi Arnaud Currently we are using Twitter4j with the following parameters: • lang is omitted, nl or en • query has several values • since is the day of the last retrieval • rpp is 100 We loop through the results, getting up to 15 page (of 100rpp each so up to 1500

Re: [twitter-dev] Re: Follow action doesn't work

2011-05-03 Thread Matt Wang
I have double checked my Authentication credentials, it has been authenticated, besides, I can tweet and retweet messages via my app by using xAuth. On 3 May 2011, at 03:44, Bess wrote: http://apiwiki.twitter.com/w/page/22554652/HTTP-Response-Codes-and-Errors 401 Unauthorized: Authentication

Re: [twitter-dev] Re: New oAuth Authenticate Page

2011-05-03 Thread Tom van der Woerdt
I don't know whether it's the only working solution, but it is the only proper OAuth procedure and as far as I'm aware, also the recommended one. Tom On 5/3/11 4:50 AM, Bess wrote: I'd like to confirm the all the developers here on this mailing list. Does the new OAuth redesign page prevent

[twitter-dev] Re: New oAuth Authenticate Page

2011-05-03 Thread Rich
I can confirm on the iPhone, embedding the oAuth page in a UIWebView inside your app is still working for me on live devices, and I hope it remains that way too! On May 3, 3:50 am, Bess bess...@gmail.com wrote: I'd like to confirm the all the developers here on this mailing list. Does the new

Re: [twitter-dev] Re: New oAuth Authenticate Page

2011-05-03 Thread Varun Airon
Hi Guys, I am using Twitter OAuth authentication on Android and it shows a new popup window. Guys I am facing one Issue using Twitter OAuth authentication. Once logged in, I am not able to log out from my twitter account. I am using Signpost api. I am using oauth/authorize still not able to

[twitter-dev] issue with authorization URL

2011-05-03 Thread Felipe Peña Riveros
Hi everyone. I've developed an application which links LAMS (http:// www.lamsinternational.com/) and Twitter. Up to last week, everything was working OK. Now, when I'm trying to reach authorization URL, the browser throws the follow error: provide is not defined [Detener en este error]

[twitter-dev] Delete and Mark favorite method is not working

2011-05-03 Thread monika tapadiya
Hello ,,, I am using MG Twitter Engine API. Delete update method is not working I used [_engine deleteUpdate:[tweet updateId]]; Please Tell me what should I pass in [_engine deleteUpdate: ? ??/?] And same problem with [_engine markUpdate:[tweet updateId] asFavorite:YES]; Thanks In Advance --

Re: [twitter-dev] java

2011-05-03 Thread Vladimir Dvornik
im too -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group:

[twitter-dev] is there video or audio link inside

2011-05-03 Thread John Carver
Hi people. i wonder is there a way to determine if video or audio link inside statuse body? especially when short ls provided? i mean is there a n indication about? Any replies and thoughts would be appreciated. Thanks. -- Twitter developer documentation and resources:

Re: [twitter-dev] is there video or audio link inside

2011-05-03 Thread Taylor Singletary
Hi John, There's currently no sure-fire way to determine if a link in a Tweet leads to renderable content or the disposition of that content as a picture or a video. However, by using Tweet Entities ( http://dev.twitter.com/pages/tweet_entities ) you can get expanded information about many of

[twitter-dev] Can I specify my own URL for the Tweet button?

2011-05-03 Thread David Harkness
Greetings all, Our site currently has a Tweet button for news articles and reviews with correctly styling and retweet count. We are using Bitly to shorten the URLs on the backend, but this has caused us to hit the rate limit. To solve this I created a controller to do the shortening when the

Re: [twitter-dev] Can I specify my own URL for the Tweet button?

2011-05-03 Thread Arnaud Meunier
Hey David, The Tweet Button will share your URL as a t.co link that redirects to the URL you provide (in your case: t.co -- bit.ly -- final destination). If you're using the count box, think also to set the counturl parameter to the final destination. Cf exemple here:

[twitter-dev] Re: New oAuth Authorization screen is unusable on phone webbrowser control

2011-05-03 Thread LoungeFlyZ
Thanks a lot Ben, I am also seeing this behavior on Windows Phone 7. How can i help you with this? Something changed again recently (i.e. last couple of days). Now i see the page rendering better, but scrolling/panning/zooming dont work i cant enter anything into the username/password

[twitter-dev] Re: New oAuth Authorization screen is unusable on phone webbrowser control

2011-05-03 Thread LoungeFlyZ
Hi Ben, Thanks for your reply about this issue. I am also seeing this in my Windows Phone 7 application. Something has changed in the last few days and now the page is rendering a little better but scrolling/panning/zooming isnt working i cant enter text in the username or password fields. Is

[twitter-dev] Connecting and posting a tweet..

2011-05-03 Thread Talasan
I'm pretty lost! :) I've gone through the documents and I've once successfully posted a tweet. No idea how that happened, however. I'm attempting to do a one- page validation for this so that I can keep it relatively simple without redirects. How can I accomplish this, however? Here is my code,

[twitter-dev] Re: New oAuth Authorization screen is unusable on phone webbrowser control

2011-05-03 Thread Matthieu GD
On May 3, 8:00 pm, LoungeFlyZ chrisfjohn...@gmail.com wrote: Hi Ben, Thanks for your reply about this issue.  I am also seeing this in my Windows Phone 7 application. Something has changed in the last few days and now the page is rendering a little better but scrolling/panning/zooming

[twitter-dev] access token expires ?

2011-05-03 Thread Joshua Nguyen
I have obtained the access token; then i check for new @mentions twice a minute. In ~9 hours, Twitter returns an error : Timestamps out of bounds. I see this error is relating to the time difference between Twitter and my system; but i changed nothing in my system time. Does access token expire

Re: [twitter-dev] OAuth Authorization screen on Windows Phone 7 (WebBrowser control)

2011-05-03 Thread Ben Ward
Hi Chris, Matthieu and any others running into this issue: On May 3, 2011, at 5:00 PM, LoungeFlyZ wrote: Something has changed in the last few days and now the page is rendering a little better but scrolling/panning/zooming isnt working i cant enter text in the username or password fields.