[twitter-dev] Re: Random 'From' values

2009-04-02 Thread AhmedF
Yep fixed now - properly takes the app's name for the 'from' field now. On Apr 1, 6:40 pm, Doug Williams d...@twitter.com wrote: Ahmed, This is a confirmed bug. The good news is Matt and Alex tag-teamed it and have the fix readied for deploy. Cheers, Doug Williams Twitter API

[twitter-dev] Re: Random 'From' values

2009-04-01 Thread Abraham Williams
OAuth apps automatically get their source info added. The app ids must be getting jumbled somewhere. A work around might be to manually set source=web or whatever source you want. Try creating an bug report: http://code.google.com/p/twitter-api/issues/list On Wed, Apr 1, 2009 at 15:46, AhmedF

[twitter-dev] Re: Random 'From' values

2009-04-01 Thread AhmedF
As it is - I am using your code as the base for the OAuth transaction - and all attempts to set source/from have failed. I'm waiting on getting approved as a legit 'from' field and then seeing what happens. On Apr 1, 5:10 pm, Abraham Williams 4bra...@gmail.com wrote: OAuth apps automatically

[twitter-dev] Re: Random 'From' values

2009-04-01 Thread AhmedF
And a little follow up - so I updated that status 30 minutes ago, where it claimed the from was 'TVTweets'. Just tried again, and now both of the messages are from 'Testery' I guess something is definitely buggy. On Apr 1, 5:17 pm, AhmedF inde...@gmail.com wrote: As it is - I am using your

[twitter-dev] Re: Random 'From' values

2009-04-01 Thread Matt Sanford
It definitely sounds like a bug. Open an issue and we'll take a look. Thanks; — Matt Sanford On Apr 1, 2009, at 02:21 PM, AhmedF wrote: And a little follow up - so I updated that status 30 minutes ago, where it claimed the from was 'TVTweets'. Just tried again, and now both of the messages

[twitter-dev] Re: Random 'From' values

2009-04-01 Thread Abraham Williams
Try using source=twhirl and see if it shows up as Twhirl and sticks. On Wed, Apr 1, 2009 at 16:21, AhmedF inde...@gmail.com wrote: And a little follow up - so I updated that status 30 minutes ago, where it claimed the from was 'TVTweets'. Just tried again, and now both of the messages are

[twitter-dev] Re: Random 'From' values

2009-04-01 Thread Doug Williams
Ahmed, Are you currently passing in anything with your requests as a source parameter? Doug Williams Twitter API Support http://twitter.com/dougw On Wed, Apr 1, 2009 at 2:21 PM, AhmedF inde...@gmail.com wrote: And a little follow up - so I updated that status 30 minutes ago, where it

[twitter-dev] Re: Random 'From' values

2009-04-01 Thread AhmedF
Newp - ignored it. I tried it with source='Twhirl' and source='twhirl' I even just passed only a status value (that part has always worked). Bouncing between random 'from' sources for all of my OAuth posts. I'll admit I'm new to OAuth, and I am using Abraham's PHP example code, but I've been

[twitter-dev] Re: Random 'From' values

2009-04-01 Thread Doug Williams
Matt will look into your report [1]. Thanks for the report, Ahmed. 1. http://code.google.com/p/twitter-api/issues/detail?id=408 Doug Williams Twitter API Support http://twitter.com/dougw On Wed, Apr 1, 2009 at 2:29 PM, AhmedF inde...@gmail.com wrote: I've left it empty and tried 'source' or

[twitter-dev] Re: Random 'From' values

2009-04-01 Thread Chad Etzel
In my experience. If you are posting from an OAuth enabled app, the From value (should) be the value you put into the OAuth app name form when creating the app. All source parameters passed will be ignored. I would imagine this is a pretty good security measure to help track down malapps (yes,

[twitter-dev] Re: Random 'From' values

2009-04-01 Thread AhmedF
I guess just for future reference - Matt looked into it, identified it as a bug, and said it should be fixed soon. Thanks. On Apr 1, 5:40 pm, Chad Etzel jazzyc...@gmail.com wrote: In my experience.  If you are posting from an OAuth enabled app, the From value (should) be the value you put

[twitter-dev] Re: Random 'From' values

2009-04-01 Thread Doug Williams
Ahmed, This is a confirmed bug. The good news is Matt and Alex tag-teamed it and have the fix readied for deploy. Cheers, Doug Williams Twitter API Support http://twitter.com/dougw On Wed, Apr 1, 2009 at 3:23 PM, AhmedF inde...@gmail.com wrote: I guess just for future reference - Matt looked