Re: [twitter-dev] Ampersand

2011-05-27 Thread Alexander Skwar
Hi. Is the & properly encoded when it gets sent to twitter? Sounds like it isn't... -- Alexander Am 28.05.2011 08:06 schrieb "R" : > I'm using cocoa and NSUTF8StringEncoding. When I post a sentence > that contains the ampersand (&), all text that follows is removed from > the resulting tweet. >

[twitter-dev] Can I do this with OAuth?

2011-05-27 Thread Behi
Hi all, Some apps (e.g. TwitBird for iPad) have a very simple and straightforward authentication process: once a user downloads and runs the app, it asks for his username and password and then it automatically logs in the user, and adds the app to the list of his authorized applications in http://

[twitter-dev] Ampersand

2011-05-27 Thread R
I'm using cocoa and NSUTF8StringEncoding. When I post a sentence that contains the ampersand (&), all text that follows is removed from the resulting tweet. How should I deal with the "&" within a sentence (not URL) of a post? Thanks -- Ron -- Twitter developer documentation and resources: ht

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

2011-05-27 Thread Ed Finkler
Fellers, For testing as we prep our apps for the switch to PIN-based auth, I'd like to change the default access level to "Read, Write, & Private Message". However, I'm concerned this will disable xAuth for existing users immediately, rather than once we hit June 30. Can I do this, or should I

Re: [twitter-dev] Re: New 2 Android & twitter app

2011-05-27 Thread marcio
Yes I have. I read it 2x and I just read it again once more. I understand about 25%. But if I use a callback URL I need to change my application to browser instead of client? But what do I enter as callback URL? Because it's still a client based app so it really needs to return to my app, no

[twitter-dev] Re: https://dev.twitter.com/apps over capacity since at least 8am EDT today (5/27/11)

2011-05-27 Thread Kyle Bragger
So, the state issue seems to have resolved itself, but image uploads (for reference, uploading a ~230k PNG) are still causing the over capacity error. Over https, in Chrome (getting the same issue in other browsers). Different accounts and logout/login don't seem to resolve it, either. Is there a

[twitter-dev] Problem while inserting webview inside the progress dialog for twitter

2011-05-27 Thread Abhishek Soni
Hello everyone, I am trying to implement twitter sharing for my application. I have used the progessdialog with webview inside it for the twitter login. I am using browser type of application so that once i am successfully logged in, Twitter will send me to the callback url which is of my webpage.

[twitter-dev] DM enforcement date has been extended to the end of June

2011-05-27 Thread Matt Harris
Hey everyone, We wanted to say a big thank you to the developers who have been sending us debug information, and details of steps to follow to reproduce device specific issues. An especially big thank you to those of you who have shared the changes you made to your applications on the mailing list

[twitter-dev] Re: A new permission level

2011-05-27 Thread BikerBecca
Matt, A question about the error being returned. You wrote that when you throw a 403 it will be in the format: {"errors":[{"code":93,"message":"This application is not allowed to access or delete your direct messages"}]} Rather than the traditional twitter format, as documented in the Twitter A

Re: [twitter-dev] Re: New 2 Android & twitter app

2011-05-27 Thread Taylor Singletary
On dev.twitter.com -- your app needs to be configured to handle dynamic callbacks like the code you're using utilizes. Have you done much reading on our OAuth implementation? http://dev.twitter.com/pages/auth -- it helps to have a bit of background knowledge on the underlying processes, even if yo

Re: [twitter-dev] Re: New 2 Android & twitter app

2011-05-27 Thread marcio
I didnt understand that. Do you mean i have to change something in my dev.twitter.com Application Details or in my code? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://cod

Re: [twitter-dev] Re: New 2 Android & twitter app

2011-05-27 Thread Taylor Singletary
The sample code you're showing me uses a callback (a custom URI callback URL) so you'll need your application settings to "client" (Desktop restricts dynamic callbacks). Just put a placeholder HTTP-based URL in the callback field, select the "Client" radio button and save your app -- it might be th

Re: [twitter-dev] Re: New 2 Android & twitter app

2011-05-27 Thread marcio
@Anywhere settings...but there is nothing there. API KEY (which incidentally is the same as the OAuth Key) Callback URL is empty because i chose Client type. General Access Level : Read & Write Permissions OAuth 1.0 Settings Consumer Key Consumer Secret Request Token URL Access Token URL Authoriz

Re: [twitter-dev] Re: New 2 Android & twitter app

2011-05-27 Thread Taylor Singletary
All other concerns aside, this error here indicates that for some reason your code is not able to reach out to api.twitter.com/oauth/request_tokenvia SSL. Can you provide a brief overview of the settings you've made for your keys on dev.twitter.com? Application type (should be Client with a placeh

Re: [twitter-dev] Re: New 2 Android & twitter app

2011-05-27 Thread marcio
I placed the code here: git://gist.github.com/996219.git or https://gist.github.com/996219 Here is the eclipse/logcat error: 05-27 14:40:25.964: WARN/System.err(441): oauth.signpost.exception.OAuthCommunicationException: Communication with the service provider failed: https://api.twitter.com

[twitter-dev] Broken image upload on profile_image, but not on profile_background_image

2011-05-27 Thread steve_b
hello, I'm trying to update a user's profile image via the REST API, and while I have no trouble sending tweets, and updating profile background images, all "update_profile_image" tries give me problems. I get the success response, and the current image changes, but not into what I uploaded;inst

Re: [twitter-dev] Re: New 2 Android & twitter app

2011-05-27 Thread Taylor Singletary
This is very Java/Android specific code here which makes it difficult for a generalist to provide assistance to you. There are quite a few reasons for an OAuth signature to fail validation, and many libraries abstract the OAuth process to a point where you cannot clearly determine what aspect of th

Re: A Problem with the web view. [was: Re: [twitter-dev] Please confirm this OAuth flow ...]

2011-05-27 Thread Ben Ward
Hi Andrew, On May 27, 2011, at 7:02 AM, Andrew W. Donoho wrote: > My question: Am I in error? Does Twitter return a different callback value > for the "No, Thanks" case. If not, I humbly request that Twitter add this > important, for a better user experience, notification. We actually do have

[twitter-dev] New permission level extension request

2011-05-27 Thread Paul Haddad
Hi All, I'd like to ask that the June 14th deadline for the OAuth DM change be extended, preferably to sometime in July. I think as of now there's several issues that cause the June 14th deadline to be too aggressive. 1. force_login argument is not yet available. I know this is supposed to be

[twitter-dev] Re: New 2 Android & twitter app

2011-05-27 Thread marcio
Ive been told its a twitter api problem because only changing the key/secret causes the error. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/

[twitter-dev] short twitter tutorial for everyone

2011-05-27 Thread vineet daniel
Hi I have compiled a very brief tutorial for beginners...view and review. Here is the link. http://vineetdaniel.me/Scalabilty/twitter-development/ Regards Vineet Daniel Cell : +918106217121 Websites : Blog | Linkedin

[twitter-dev] Re: https://dev.twitter.com/apps over capacity since at least 8am EDT today (5/27/11)

2011-05-27 Thread Kyle Bragger
Sorry for the barrage here... Noticed also that the default access type radio state is -not- saved. I accidentally left it on read only, but need read & write. Additionally, saving an existing record fails if an image is passed (same over capacity error). Kyle On May 27, 12:10 pm, Kyle Bragger w

[twitter-dev] New 2 Android & twitter app

2011-05-27 Thread marcio
Ive been racking my brains with about 4 different android-twiter apps, MyTwitter from marakana, AndroidTwitterSample from android10, tweety and some other one on github from itog_lab. The point is I can never get them to work on eclipse. Authentication fails. I downloaded OAuthDemo from Marak

[twitter-dev] Re: https://dev.twitter.com/apps over capacity since at least 8am EDT today (5/27/11)

2011-05-27 Thread Kyle Bragger
On a whim, tried submitting without an image upload and it worked flawlessly. The issue may be related to the image upload somehow. On May 27, 11:22 am, Kyle Bragger wrote: > Hi Taylor, thanks for the quick reply. > > Log out/log in doesn't help. > > Yes, I'm using SSL always. > > Cheers > Kyle >

[twitter-dev] Re: https://dev.twitter.com/apps over capacity since at least 8am EDT today (5/27/11)

2011-05-27 Thread Kyle Bragger
Hi Taylor, thanks for the quick reply. Log out/log in doesn't help. Yes, I'm using SSL always. Cheers Kyle On May 27, 11:17 am, Taylor Singletary wrote: > Hi Kyle, > > I'm unable to reproduce.. Have you tried logging out and logging back in? > > A few other questions to help diagnose: >  -- If

Re: [twitter-dev] https://dev.twitter.com/apps over capacity since at least 8am EDT today (5/27/11)

2011-05-27 Thread Taylor Singletary
Hi Kyle, I'm unable to reproduce.. Have you tried logging out and logging back in? A few other questions to help diagnose: -- If you go to https://twitter.com are you logged in? -- Are you using SSL always on on your Twitter profile? Thanks @episod - Taylor Singleta

[twitter-dev] https://dev.twitter.com/apps over capacity since at least 8am EDT today (5/27/11)

2011-05-27 Thread Kyle Bragger
Hi all, anyone have any insight into what's going on with app management on Twitter? https://dev.twitter.com/apps has been sending "over capacity" responses for any POST for at least the last 3 hours. This occurs for both new apps and existing, and across multiple accounts. Thanks Kyle -- Twitt

Re: [twitter-dev] Re: TweetDeck joins Twitter

2011-05-27 Thread Jeffrey Greenberg
I've seen this movie before and here's my unsolicited advice to other developers. Back in the day, the Microsoft Desktop was an application that you could replace. So I created one of the earliest Windows interfaces with icons and drag and drop (called Aporia and later WinTools). Soon other players

[twitter-dev] Twitter's Mobile OAUTH authorize landing page defects

2011-05-27 Thread twittelator
The Twittelator iOS twitter client team has done our best to make the user experience of the new OAUTH Webflow as clean and user friendly as possible. And, for everything we can control, it's feeling good. Of course, there's one thing we have no control over: the http://api.twitter.com/oauth/autho

A Problem with the web view. [was: Re: [twitter-dev] Please confirm this OAuth flow ...]

2011-05-27 Thread Andrew W. Donoho
Gentlefolk, There is a problem with the web view/three legged OAuth mechanism. The OAuth sign-in mechanism gives no indication to either the browser or an embedded web view that the user has pressed "No, Thanks". In both login methods, our app is left hanging in the middle of

[twitter-dev] Total number of RTs per user via API

2011-05-27 Thread Octavian
Hi, Is there any way to catch via the API the total number of retweets per user? For example, if Tweet1 was RTd by 3 users and Tweet2 by 5 users, this would need to return 8. If there's no such thing, is there any way I can emulate it via different calls? Thanks, Octavian -- Twitter developer d

[twitter-dev] Twitting on Twitter from Other site

2011-05-27 Thread shahzada khan
We have the following scenario please let us know that is it possible for us to do with the point no 3 1) User is prompted to click on twitter connect icon to start using the site. User clicks on the icon and a Oauth for twitter sign in popup is shown (managed by twitter). We have created an

[twitter-dev] Exception in thread "main"

2011-05-27 Thread yomna shabaiek
Hi all, i am trying to send tweets through my application and i use twitter4j library and OAuth but when i run it in my laptop i got the below exception but i sent the application to my friend it runs normally so what is the reason for that ? thanks, Yomna Exception in thread "main" 401:Authentica

[twitter-dev] Get Lists/Statuses

2011-05-27 Thread adrienne7
I'm a novice with Twitter API and need some help. I'm attempting to retrieve tweets using the Get lists/statuses command. The command is: $json = wp_remote_get("http://api.twitter.com/1/lists/statuses.xml? slug=lakeforestmerchants&owner_screen_name=fawcedo"); My list name is "lakeforestmercha

[twitter-dev] Re: Incorrect signature

2011-05-27 Thread avitchi
Hello again, Solved it. Reading pages upon pages of chats here helped... thanks for that. As I suspected, the answer will boil down to a simple thing, and indeed it was. I found that having spaces in the text was causing the problem so I removed these in my test and bingo, all worked. However,

[twitter-dev] Re: TweetDeck joins Twitter

2011-05-27 Thread Tammy Fennell
Hey, I think Ernandes is right. There is tons of room for innovation. I started a linkedin group (all the other ones I found seemed a little stale and disused) http://www.linkedin.com/groups/Twitter-3rd-Party-Developers-3928159 I'd love to see more developers in there so we can keep pushing forwa

Re: [twitter-dev] Re: Twitter Error codes ( not HTML errors )

2011-05-27 Thread Alexander Skwar
Hi. On Fri, May 27, 2011 at 09:12, Maomor wrote: > "Implementation specific" ? Yep. > What should I do if my app needs to detect > and handle a Duplicate Tweet error, for example ? Well, if those values aren't officially documented, it would be a bad bet to use these values for anything. Sure,

[twitter-dev] Re: Twitter Error codes ( not HTML errors )

2011-05-27 Thread Maomor
"Implementation specific" ? What should I do if my app needs to detect and handle a Duplicate Tweet error, for example ? And why can't Twitter document what you are telling us informally ? On May 27, 8:16 am, Alexander Skwar wrote: > Hi! > > On Thu, May 26, 2011 at 23:42, Maomor wrote: > > Than