[twitter-dev] Could not authenticate with OAuth

2011-03-31 Thread Mauro Asprea
Hi guys, I placed an issue reprot here -
http://code.google.com/p/twitter-api/issues/detail?id=2131

I am trying to post a Tweet using the REST
endpoint: 1/statuses/update.json. It seems that, somehow, the oauth_token is
broken or something, because If the user would have deleted or
de-authenticated from my app I would expect another error message. I am
retrying this call forever (or until google clears the GAE Task Queue) until
have confirmation that this would be working or not, only then I will
discard the task. So this request will keep hitting twitter API if you need
to debug or something.

I really don't know what is going on. This is the code of the response and
the headers:
code=401,
headers={'status': '401 Unauthorized', 'x-google-cache-control':
'remote-fetch', 'set-cookie': 'k=64.233.172.20.1301586772265895; path=/;
expires=Thu, 07-Apr-11 15:52:52 GMT; domain=.twitter.com,
guest_id=130158677226961885; path=/; expires=Sat, 30 Apr 2011 15:52:52 GMT,
_twitter_sess=BAh7CDoPY3JlYXRlZF9hdGwrCDIBngwvAToHaWQiJTE3YzVhZjIyNGNiMzhi%250AZTAyZTFkOTg0OWJlYTQ3YTdjIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVy%250AOjpGbGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsA--2c81d715cadd3b68aa2e26aab3e8b3a6d70e86da;
domain=.twitter.com; path=/; HttpOnly', 'expires': 'Thu, 31 Mar 2011
15:57:52 GMT', 'vary': 'Accept-Encoding', 'connection': 'close', 'server':
'hi', 'x-runtime': '0.00554', 'via': 'HTTP/1.1 GWA', 'cache-control':
'no-cache, max-age=300', 'date': 'Thu, 31 Mar 2011 15:52:52 GMT',
'content-type': 'application/json; charset=utf-8', 'www-authenticate':
'OAuth realm=http://api.twitter.com;'},
content={request:\/1\/statuses\/update.json?oauth_version=1.0oauth_token=38219986-L9k5mARqijzZbQkMCuXuAoDTQpZM6Fk39C3160Z8Qoauth_nonce=42ee2e14c60a4448a7aedf3321e0ed14oauth_timestamp=1301586772oauth_signature=NgD37QLCIYlsZJGBjNu9Kw9o8PA%3Doauth_consumer_key=bTnd58yyvq8xTNDyXDyfsAoauth_signature_method=HMAC-SHA1,error:Could
not authenticate with OAuth.}

Thanks
-- 
Mauro Sebastián Asprea

E-Mail: mauroasp...@gmail.com
Mobile: +34 654297582
Skype: mauro.asprea
http://www.wishandbam.com/

Algunos hombres ven las cosas como son y se preguntan porque. Otros sueñan
cosas que nunca fueron y se preguntan por qué no?.
George Bernard Shaw

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Changing app name and search using source: operator

2011-03-18 Thread Mauro Asprea
Hi, I have 2 questions.

1 - Search: I couldn't find a way to make the source: operator to work in 
the search. The name of my app is Wish and BAM and because it has spaces 
it seems not to be working at the search interface.

I tried the follow combinations:

   - http://search.twitter.com/search?q=wishlist+source%3AWish+and+BAM
   - http://search.twitter.com/search?q=wishlist+source%3A%22Wish+and+BAM%22
   - 
   http://search.twitter.com/search?q=wishlist+source%3AWish%252Band%252BBAM
   
If I try with my dev app it works 
- http://search.twitter.com/search?q=wishlist+source%3AMSADevelopment

2 - App name change.

Since this search things seems to be working as expected and from my results 
it is expecting a source: value without spaces or something like that, I 
opted for change my app name. So I went to my app dahsboard and changed the 
name to wishandbam. Nothing happened :S. How can I change the name of the 
app, so it can be searchable again?

that's it!

-- 
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: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Feature Request: Share Box from Tweet button optimized for mobile device

2011-01-19 Thread Mauro Asprea
+1 to this for me too!

On Wed, Jan 19, 2011 at 2:44 AM, Matt Harris thematthar...@twitter.comwrote:

 Hi Kevin,

 This is a feature on the teams roadmap. We don't have a timeline for when
 or if this will be implemented but we know it's something developers would
 like to see. If anything does happen it will be communicated either through
 @twitterapi or this mailing list.

 Best,
 @themattharris
 Developer Advocate, Twitter
 http://twitter.com/themattharris



 On Fri, Jan 7, 2011 at 3:40 PM, KevinB kevin.bold...@gmail.com wrote:

 Thanks for the official Tweet Button - it's nice to have something
 familiar and consistent for our users.

 Our current implementation is to have a Tweet button on a mobile
 website. Functionally it works great, but the Share Box (and login, if
 necessary) don't work very well on a mobile device (iPhone, in
 particular - I haven't tested in Android). The fixed width:

 http://dev.twitter.com/pages/tweet_button_faq#dimensions

 helps a little bit, but the form fields and labels are still quite
 small since the device zooms out the page to fit everything in it.
 This requires the user to zoom in to be able to see exactly what's
 going on. And if I don't use the actual button and just open
 twitter.com/share with a querystring, it's even worse b/c of the
 iPhone's assumption that web pages are 960px wide.

 My request is that the HTML/CSS of the Share Box login and post be
 updated with CSS media queries (or a separate page) to accommodate the
 smaller screen.

 thanks!
 -KevinB

 --
 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:
 http://groups.google.com/group/twitter-development-talk


  --
 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:
 http://groups.google.com/group/twitter-development-talk




-- 
Mauro Sebastián Asprea

E-Mail: mauroasp...@gmail.com
Mobile: +34 654297582
Skype: mauro.asprea

Algunos hombres ven las cosas como son y se preguntan porque. Otros sueñan
cosas que nunca fueron y se preguntan por qué no?.
George Bernard Shaw

-- 
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: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Search Twitter Feed from a group of Twitters

2011-01-12 Thread Mauro Asprea
Hi you can take a look at  http://dev.twitter.com/doc ;)

On Wed, Jan 12, 2011 at 7:13 AM, Abhi abhishek2j...@gmail.com wrote:

 Hi, I am New to the Twitter search API and was wondering if someone
 can please help me on where to find some guidance on how to use
 Twitter Search API to find tweets from a group of twitters.

 Thanks for all the help in advance

 --
 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:
 http://groups.google.com/group/twitter-development-talk




-- 
Mauro Sebastián Asprea

E-Mail: mauroasp...@gmail.com
Mobile: +34 654297582
Skype: mauro.asprea

Algunos hombres ven las cosas como son y se preguntan porque. Otros sueñan
cosas que nunca fueron y se preguntan por qué no?.
George Bernard Shaw

-- 
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: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Twitter search / streaming API limitation query

2011-01-10 Thread Mauro Asprea
I don't know if this would help you but is a nice overview about a) Search
vs streaming
http://140dev.com/twitter-api-programming-tutorials/aggregating-tweets-search-api-vs-streaming-api/

On Fri, Jan 7, 2011 at 6:32 PM, Umashankar Das umashankar...@gmail.comwrote:

 Hi,
   We are working on a product which will do searches on twitter from a
 certain server system. We are yet to take a decision whether the searches
 will be anonymous(Non-authenticated) or authenticated.

 The decision is subject to limitations on search results using twitter
 search / streaming apis. I was hoping if you could provide info or
 references based which provide the information. We hope to have substantial
 number of unique search (pattern) queries from a particular ip-addresses.
 Although , the users by themselves are expected to have much lesser queries.
 We are willing to put a limit of  30 per hour for the search queries which
 are authenticated.

 Please advise on the specs . We do expect that twitter will get many new
 users after our product is launched. Educated guesses will also be useful
 for us in making a design decision  :)

 Parameters:
 a) Search vs streaming
 b) anonymous vs authenticated

 Regards
 Umashankar Das



  --
 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:
 http://groups.google.com/group/twitter-development-talk




-- 
Mauro Sebastián Asprea

E-Mail: mauroasp...@gmail.com
Mobile: +34 654297582
Skype: mauro.asprea

Algunos hombres ven las cosas como son y se preguntan porque. Otros sueñan
cosas que nunca fueron y se preguntan por qué no?.
George Bernard Shaw

-- 
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: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] twttr.anywhere errors in IE8

2011-01-06 Thread Mauro Asprea
Thanks! I does work now :D I don't know why I haven't try that. But thanks
anyway for all the trouble ;)

Regads,
Mauro

On Thu, Jan 6, 2011 at 1:26 AM, Matt Harris thematthar...@twitter.comwrote:

 Hey Mauro,

 I've had a look into the code and it appears there is a loading conflict
 when you use both Javascript libraries together. I've let them team know but
 in the meantime if you put:
 script type=text/javascript src=
 http://platform.twitter.com/widgets.js;/script

 before the @anywhere script line:
 script src=
 http://platform.twitter.com/anywhere.js?id=APP_KEYamp;v=1http://platform.twitter.com/anywhere.js?id=APP_KEYv=1
 /script

 IE8 will use both libraries successfully.

 Best,
 @themattharris
 Developer Advocate, Twitter
 http://twitter.com/themattharris


 On Tue, Jan 4, 2011 at 3:30 PM, Mauro Asprea mauroasp...@gmail.comwrote:

 Hi Matt, this is my example. It is messy and without layout. I tested it
 before sent it to you so I am pretty you will be able to reproduce this (I
 hope..)
 You can see the @brutuscat username at the top and the twitter button at
 the middle. The button loads and works, the @brutuscat link gets created but
 then it fails to continue, so no badge is shown when mouseover the link.

 Thanks!

 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN 
 http://www.w3.org/TR/html4/strict.dtd;

 html

 head

 meta http-equiv=X-UA-Compatible content=IE=7 /

 titleTipfy Auth Example/title

 script src=
 http://platform.twitter.com/anywhere.js?id=E78ugS1YmORXrN9EtXSUtwv=1;

   type=text/javascript/script

 link type=text/css

   href=
 http://z-ecx.images-amazon.com/images/G/01/browser-scripts/registries-css/registries-css-2018041924.css._V200858088_.css
 

   rel=stylesheet

 /head

 body

 div id=wrap

 div class=yui-d1

 div class=top

 div class=user-status

 pSigned in as span@brutuscat/span/p

 /div

 /div

 /div

 div class=yui-d1 id=main

 div class=yui-t2

 div class=yui-main

 div class=yui-b

 div class=content id=container

 h2a href=
 https://www.amazon.co.jp/wishlist/3V2PTT292TJ6J?tag=associate-id=;
 Amazon.co.jp:

 Mauro Asprea: New Wish List/a/h2

 div class=.BODY

 table

   tbody class=itemWrapper

 tr valign=top

   td align=center class=productImagea

 href=
 http://www.amazon.co.jp/Lonely-Planet-Hiking-Japan-Richard/dp/1741040728/ref=wl_it_dp_v/376-7909584-7551139?tag=associate-id=ie=UTF8coliid=I1FGLTNP6ZPJUZcolid=3V2PTT292TJ6J
 

   img

 src=
 https://images-na.ssl-images-amazon.com/images/I/51gVyf5hEYL._SL500_PIsitb-sticker-arrow-big,TopRight,35,-73_OU09_SL135_.jpg
 

 width=100% alt=Product Image height=auto border=0/a a

 href=http://twitter.com/share; class=twitter-share-button
 data-lang=ja

 data-url=
 https://www.amazon.co.jp/gp/item-dispatch/ref=cm_wl_addtocart_v/376-7909584-7551139?tag=associate-id=ie=UTF8quantity.1=1offeringID.1=SqH1s99Q8DBZXNkA6fhcXoylLTOL9pKC7f3q9fw9LR40kP8fU%252F5ob8XncjrJduCwfk9RveL47lWWP7ElRNRGNr2gqWfEYAvdsubmit.addToCart=1registryID.1=3V2PTT292TJ6JsignInToHUC=0registryItemID.1=I1FGLTNP6ZPJUZsession-id=376-7909584-7551139
 

 data-text=My new wish is: Lonely Planet Hiking in Japan
 data-count=noneTweet/a/td

   td width=100%

   div class=lineItemGroup

   divspan class=small productTitlestrong a

 href=
 http://www.amazon.co.jp/Lonely-Planet-Hiking-Japan-Richard/dp/1741040728/ref=wl_it_dp_v/376-7909584-7551139?tag=associate-id=ie=UTF8coliid=I1FGLTNP6ZPJUZcolid=3V2PTT292TJ6J
 Lonely

   Planet Hiking in Japan/a /strong/span/div

   div class=lineItemPartspan class=authorPart Richard Ryall/
 span span

 class=pricespan class=wlPriceÔø• 2,203/span/span/nobr
 /div

   /div

   div class=lineItemGroupspan class=tiny wlProductInfoRow 
 span

 class=crAvgStars style=white-space: no-wrap; span class=
 asinReviewsSummary

 name=B002L6HEAU img src=/static/images/star-40.gif width=
 55

 alt=4.0 out of 5 stars align=absbottom title=4.0 out of 5
 stars height=12 border=0

   /span/span/span/div

   div class=lineItemGroupspan class=commentBlocknobrSeptember
 30,

   2010/nobr/span/div

   /td

 /tr

 tr valign=top

   td colspan=2

   div class=iterator-item-separator/div

   /td

 /tr

   /tbody

 /table

 /div

 /div

 /div

 /div

 /div

 /div

 /div

 div class=footer id=footera href=
 http://mixpanel.com/?from=partner; img

   style=float: right src=
 http://mixpanel.com/site_media/images/mixpanel_partner_logo.gif;

   alt=Mobile Analytics by Mixpanel / /a

 pPowered by a href=http://code.google.com/appengine/;Google AppEngine
 /a, a

   href=http://www.tipfy.org/;Tipfy/a and a href=
 http://jinja.pocoo.org/;Jinja 2/a/p

 pIcons by a href=http://p.yusukekamiyamane.com/;Yusuke Kamiyamane/a
 /p

 /div

 script type=text/javascript

 twttr.anywhere(function(T) {

  T.hovercards({

  expanded : true

  });

  var widgets = document.createElement('script

Re: [twitter-dev] twttr.anywhere errors in IE8

2011-01-04 Thread Mauro Asprea
Hey Matt thanks for your reply ;)

The same page works in other browsers FF, Chrome (Mac and Win). The twitter
button works too. I first though it was a problem with the dependencies not
being loaded, but after seeing that nobody else have the issue and coding a
loop just before the function call to wait till the anywhere gets
created did not prove anything I am kind of hopeless...

The IE dev tools break when twttr.anywhere is called and says something like
Object doesn’t support this property or method

I will try to to put online a test case of this and let you now ;)

Thanks!

On Tue, Jan 4, 2011 at 1:01 AM, Matt Harris thematthar...@twitter.comwrote:

 Hey Mauro,

 Does the @anywhere code work on any other page and can you create a test
 page with just that in it?

 Also, do the IE developer tools include any javascript error information?

 Best,
 @themattharris
 Developer Advocate, Twitter
 http://twitter.com/themattharris


 On Mon, Jan 3, 2011 at 1:44 PM, Mauro Asprea mauroasp...@gmail.comwrote:

 Hi, I am having issues with the http://platform.twitter.com/anywhere.js

 In IE8 it seems to fail somewhere and the twttr.anywhere function is never
 created. There is some debug version of the js so I can, well, debug it?
 Can't really share the url of the site since it's not online yet...

 It is happening only in a page where the twitter share button is also
 implemented. In all the other pages where there is no twitter button is
 working Ok also it is working Ok with other browsers.

 This is the code of an anchor being buttonized:

 a href=http://twitter.com/share; class=twitter-share-button

 data-lang=None

 data-url=
 http://www.amazon.co.uk/gp/item-dispatch/ref=cm_wl_addtocart_v/278-2287254-9887803?tag=amzwishlist-21associate-id=amzwishlist-21ie=UTF8quantity.1=1offeringID.1=PhLaWZPqTP%252BrQE0KwFR2PC6Z%252BH2HQk727v3tL%252F%252B2jl9vtPvFKIFEhtQ6IVucXFB%252Bseg7JWrFeSNxWEi%252FxqtW6XJS%252BozYPNcnsubmit.addToCart=1registryID.1=1EJC1GJXUD7IFsignInToHUC=0registryItemID.1=IV8C1KSAVE71Ksession-id=278-2287254-9887803
 

 data-text=My new wish is: Words that Sell, Revised and Expanded Edition:
 The ...

 data-count=noneTweet/a


 Any ideas?

 Thanks!

 --
 Mauro Sebastián Asprea

 E-Mail: mauroasp...@gmail.com
 Mobile: +34 654297582
 Skype: mauro.asprea

 Algunos hombres ven las cosas como son y se preguntan porque. Otros sueñan
 cosas que nunca fueron y se preguntan por qué no?.
 George Bernard Shaw

 --
 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:
 http://groups.google.com/group/twitter-development-talk


  --
 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:
 http://groups.google.com/group/twitter-development-talk




-- 
Mauro Sebastián Asprea

E-Mail: mauroasp...@gmail.com
Mobile: +34 654297582
Skype: mauro.asprea

Algunos hombres ven las cosas como son y se preguntan porque. Otros sueñan
cosas que nunca fueron y se preguntan por qué no?.
George Bernard Shaw

-- 
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: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] twttr.anywhere errors in IE8

2011-01-04 Thread Mauro Asprea
I have tracked down this to the inclusion of the:

script type=text/javascript src=http://platform.twitter.com/widgets.js;
/script

If I remove this script, anywhere works Ok. If I place both, only the button
works. I do want the widgets.js since I am using it for my tweet button.

Ideas?

On Tue, Jan 4, 2011 at 9:32 AM, Mauro Asprea mauroasp...@gmail.com wrote:

 Hey Matt thanks for your reply ;)

 The same page works in other browsers FF, Chrome (Mac and Win). The twitter
 button works too. I first though it was a problem with the dependencies not
 being loaded, but after seeing that nobody else have the issue and coding a
 loop just before the function call to wait till the anywhere gets
 created did not prove anything I am kind of hopeless...

 The IE dev tools break when twttr.anywhere is called and says something
 like Object doesn’t support this property or method

 I will try to to put online a test case of this and let you now ;)

 Thanks!


 On Tue, Jan 4, 2011 at 1:01 AM, Matt Harris thematthar...@twitter.comwrote:

 Hey Mauro,

 Does the @anywhere code work on any other page and can you create a test
 page with just that in it?

 Also, do the IE developer tools include any javascript error information?

 Best,
 @themattharris
 Developer Advocate, Twitter
 http://twitter.com/themattharris


 On Mon, Jan 3, 2011 at 1:44 PM, Mauro Asprea mauroasp...@gmail.comwrote:

 Hi, I am having issues with the http://platform.twitter.com/anywhere.js

 In IE8 it seems to fail somewhere and the twttr.anywhere function is
 never created. There is some debug version of the js so I can, well, debug
 it? Can't really share the url of the site since it's not online yet...

 It is happening only in a page where the twitter share button is also
 implemented. In all the other pages where there is no twitter button is
 working Ok also it is working Ok with other browsers.

 This is the code of an anchor being buttonized:

 a href=http://twitter.com/share; class=twitter-share-button

 data-lang=None

 data-url=
 http://www.amazon.co.uk/gp/item-dispatch/ref=cm_wl_addtocart_v/278-2287254-9887803?tag=amzwishlist-21associate-id=amzwishlist-21ie=UTF8quantity.1=1offeringID.1=PhLaWZPqTP%252BrQE0KwFR2PC6Z%252BH2HQk727v3tL%252F%252B2jl9vtPvFKIFEhtQ6IVucXFB%252Bseg7JWrFeSNxWEi%252FxqtW6XJS%252BozYPNcnsubmit.addToCart=1registryID.1=1EJC1GJXUD7IFsignInToHUC=0registryItemID.1=IV8C1KSAVE71Ksession-id=278-2287254-9887803
 

 data-text=My new wish is: Words that Sell, Revised and Expanded Edition:
 The ...

 data-count=noneTweet/a


 Any ideas?

 Thanks!

 --
 Mauro Sebastián Asprea

 E-Mail: mauroasp...@gmail.com
 Mobile: +34 654297582
 Skype: mauro.asprea

 Algunos hombres ven las cosas como son y se preguntan porque. Otros
 sueñan cosas que nunca fueron y se preguntan por qué no?.
 George Bernard Shaw

 --
 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:
 http://groups.google.com/group/twitter-development-talk


  --
 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:
 http://groups.google.com/group/twitter-development-talk




 --
 Mauro Sebastián Asprea

 E-Mail: mauroasp...@gmail.com
 Mobile: +34 654297582
 Skype: mauro.asprea

 Algunos hombres ven las cosas como son y se preguntan porque. Otros sueñan
 cosas que nunca fueron y se preguntan por qué no?.
 George Bernard Shaw




-- 
Mauro Sebastián Asprea

E-Mail: mauroasp...@gmail.com
Mobile: +34 654297582
Skype: mauro.asprea

Algunos hombres ven las cosas como son y se preguntan porque. Otros sueñan
cosas que nunca fueron y se preguntan por qué no?.
George Bernard Shaw

-- 
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: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Twitter search query results...

2011-01-03 Thread Mauro Asprea
I do see results at both :S maybe some caching issue at your side?

On Sat, Jan 1, 2011 at 10:33 PM, Todd todd.rog...@gmail.com wrote:

 I'm doing some work for a festival that has several Twitter accounts.
 When you look at the New Zealand search query, it comes back fine:

 http://search.twitter.com/search.atom?q=from%3Alanewayfestnz

 But when you look at the Australian one, it comes back like there are
 no results:

 http://search.twitter.com/search.atom?q=from%3Alanewayfest


example entry response here:

  entry
idtag:search.twitter.com,2005:21743308875235328/id
published2011-01-03T01:43:03Z/published
link type=text/html rel=alternate
href=http://twitter.com/lanewayfest/statuses/21743308875235328/
titleRT @juhardyy: @rubyoureyes I just went to homeclub. But
laneway is a must go event. You will have quot;i didnt go to laneway
, now im regretting itquot; syndrome./title
content type=htmlRT lt;a
href=quot;http://twitter.com/juhardyyquot;gt;@juhardyylt;/agt;:
lt;a href=quot;http://twitter.com/rubyoureyesquot;gt;@rubyoureyeslt;/agt;
I just went to homeclub. But laneway is a must go event. You will have
amp;quot;i didnt go to laneway , now im regretting itamp;quot;
syndrome./content
updated2011-01-03T01:43:03Z/updated
link type=image/png rel=image
href=http://a0.twimg.com/profile_images/1142701458/broadcast_CD_back_lo200x200_normal.jpg/
twitter:geo
/twitter:geo
twitter:metadata
  twitter:result_typerecent/twitter:result_type
/twitter:metadata
twitter:sourcelt;a href=quot;http://www.tweetdeck.comquot;
rel=quot;nofollowquot;gt;TweetDecklt;/agt;/twitter:source
twitter:langen/twitter:lang
author
  namelanewayfest (Laneway Festival)/name
  urihttp://twitter.com/lanewayfest/uri
/author
  /entry





 Any ideas on how to track down what's wrong here?  I checked the
 obvious, putting in the since parameter to make sure it wasn't because
 of inactivity or something strange like that.  You look at
 http://www.twitter.com/lanewayfest there are tweets.  Any ideas?  I
 know I can grab the RSS of tweets (and it comes back fine) but was
 just wondering why this method returns nothing.

 Todd

 --
 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:
 http://groups.google.com/group/twitter-development-talk




-- 
Mauro Sebastián Asprea

E-Mail: mauroasp...@gmail.com
Mobile: +34 654297582
Skype: mauro.asprea

Algunos hombres ven las cosas como son y se preguntan porque. Otros sueñan
cosas que nunca fueron y se preguntan por qué no?.
George Bernard Shaw

-- 
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: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Twitter search query results...

2011-01-03 Thread Mauro Asprea
I do see results at both :S maybe some caching issue at your side?

On Sat, Jan 1, 2011 at 10:33 PM, Todd todd.rog...@gmail.com wrote:

 I'm doing some work for a festival that has several Twitter accounts.
 When you look at the New Zealand search query, it comes back fine:

 http://search.twitter.com/search.atom?q=from%3Alanewayfestnz

 But when you look at the Australian one, it comes back like there are
 no results:

 http://search.twitter.com/search.atom?q=from%3Alanewayfest


example entry response here:

  entry
idtag:search.twitter.com,2005:21743308875235328/id
published2011-01-03T01:43:03Z/published
link type=text/html rel=alternate
href=http://twitter.com/lanewayfest/statuses/21743308875235328/
titleRT @juhardyy: @rubyoureyes I just went to homeclub. But
laneway is a must go event. You will have quot;i didnt go to laneway
, now im regretting itquot; syndrome./title
content type=htmlRT lt;a
href=quot;http://twitter.com/juhardyyquot;gt;@juhardyylt;/agt;:
lt;a href=quot;http://twitter.com/rubyoureyesquot;gt;@rubyoureyeslt;/agt;
I just went to homeclub. But laneway is a must go event. You will have
amp;quot;i didnt go to laneway , now im regretting itamp;quot;
syndrome./content
updated2011-01-03T01:43:03Z/updated
link type=image/png rel=image
href=http://a0.twimg.com/profile_images/1142701458/broadcast_CD_back_lo200x200_normal.jpg/
twitter:geo
/twitter:geo
twitter:metadata
  twitter:result_typerecent/twitter:result_type
/twitter:metadata
twitter:sourcelt;a href=quot;http://www.tweetdeck.comquot;
rel=quot;nofollowquot;gt;TweetDecklt;/agt;/twitter:source
twitter:langen/twitter:lang
author
  namelanewayfest (Laneway Festival)/name
  urihttp://twitter.com/lanewayfest/uri
/author
  /entry





 Any ideas on how to track down what's wrong here?  I checked the
 obvious, putting in the since parameter to make sure it wasn't because
 of inactivity or something strange like that.  You look at
 http://www.twitter.com/lanewayfest there are tweets.  Any ideas?  I
 know I can grab the RSS of tweets (and it comes back fine) but was
 just wondering why this method returns nothing.

 Todd

 --
 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:
 http://groups.google.com/group/twitter-development-talk




-- 
Mauro Sebastián Asprea

E-Mail: mauroasp...@gmail.com
Mobile: +34 654297582
Skype: mauro.asprea

Algunos hombres ven las cosas como son y se preguntan porque. Otros sueñan
cosas que nunca fueron y se preguntan por qué no?.
George Bernard Shaw

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] twttr.anywhere errors in IE8

2011-01-03 Thread Mauro Asprea
Hi, I am having issues with the http://platform.twitter.com/anywhere.js

In IE8 it seems to fail somewhere and the twttr.anywhere function is never
created. There is some debug version of the js so I can, well, debug it?
Can't really share the url of the site since it's not online yet...

It is happening only in a page where the twitter share button is also
implemented. In all the other pages where there is no twitter button is
working Ok also it is working Ok with other browsers.

This is the code of an anchor being buttonized:

a href=http://twitter.com/share; class=twitter-share-button

data-lang=None

data-url=
http://www.amazon.co.uk/gp/item-dispatch/ref=cm_wl_addtocart_v/278-2287254-9887803?tag=amzwishlist-21associate-id=amzwishlist-21ie=UTF8quantity.1=1offeringID.1=PhLaWZPqTP%252BrQE0KwFR2PC6Z%252BH2HQk727v3tL%252F%252B2jl9vtPvFKIFEhtQ6IVucXFB%252Bseg7JWrFeSNxWEi%252FxqtW6XJS%252BozYPNcnsubmit.addToCart=1registryID.1=1EJC1GJXUD7IFsignInToHUC=0registryItemID.1=IV8C1KSAVE71Ksession-id=278-2287254-9887803


data-text=My new wish is: Words that Sell, Revised and Expanded Edition:
The ...

data-count=noneTweet/a


Any ideas?

Thanks!

-- 
Mauro Sebastián Asprea

E-Mail: mauroasp...@gmail.com
Mobile: +34 654297582
Skype: mauro.asprea

Algunos hombres ven las cosas como son y se preguntan porque. Otros sueñan
cosas que nunca fueron y se preguntan por qué no?.
George Bernard Shaw

-- 
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: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Introduce myself

2010-11-18 Thread Mauro Asprea
Hi all, my name is Mauro Asprea and I build an amazon wishlist auto-tweet
application. Hopefully it will be released within next 10 days :D

One feature I would like to see in the twitter api, is the ability to ask
for more user data such as the email address. Right now the only way to
login a user without asking him anything and keep a direct communication
channel is to use the Direct Messages. I don't know if that is the correct
use for the DM, alternatives?

Anyway, you can email me if you want to be notified when the service be
done.

Regards,
Mauro

-- 
Mauro Sebastián Asprea

E-Mail: mauroasp...@gmail.com
Mobile: +34 654297582
Skype: mauro.asprea

Algunos hombres ven las cosas como son y se preguntan porque. Otros sueñan
cosas que nunca fueron y se preguntan por qué no?.
George Bernard Shaw

-- 
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: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Re: Problem with uploading file to Twitpic

2010-11-10 Thread Mauro Asprea
http://twitpic.zendesk.com/forums/76890-solutions

http://twitpic.zendesk.com/forums/76890-solutions

On Mon, Nov 8, 2010 at 11:57 PM, mlowicki mlowi...@gmail.com wrote:

 Does anyone know if there is forum/site dedicated for Twitpic API
 issues/questions?

 On Nov 8, 4:19 pm, Matt Harris mhar...@twitter.com wrote:
  Twitpic is a third party service which isn't supported by Twitter.
 
  For help with Twitpic you will need to contact them through their
 developer site.
 
  Best,
  @themattharris
 
  On Nov 6, 2010, at 17:51, mlowicki mlowi...@gmail.com wrote:
 
 
 
   Hi!
   I'm trying to write javascript code for uploading photos to Twitpic.
   This is Opera widget so i have cross-domain ajax. Authorization with
   Twitter works but when I send request to api.twitpic.com/2/upload.json
   I get
 
   {errors:[{code:400,message:Bad Request. Media not included in
   POST payload.}]}
 
   This is strange because I send media paramter:
 
   key={MY_KEY}message=messagemedia=iVBORw0KGgoNSUhEUgAA...
 
   Where the problem can be?
 
   --
   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:
 http://groups.google.com/group/twitter-development-talk

 --
 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:
 http://groups.google.com/group/twitter-development-talk




-- 
Mauro Sebastián Asprea

E-Mail: mauroasp...@gmail.com
Mobile: +34 654297582
Skype: mauro.asprea

Algunos hombres ven las cosas como son y se preguntan porque. Otros sueñan
cosas que nunca fueron y se preguntan por qué no?.
George Bernard Shaw

-- 
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: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] How to embed my video in newtwitter? oembed?

2010-10-18 Thread Mauro Asprea
I have asked the same last week
http://groups.google.com/group/twitter-development-talk/browse_thread/thread/6a57ce3cc83e9bcc/6c6e73113e49c3b5?lnk=gst

On Sun, Oct 17, 2010 at 10:47 PM, Brent Noorda brent.noo...@gmail.comwrote:

 I see that newtwitter will now sometimes embed video directly.  How to
 I prepare my site pages so they will also be directly embedded?  I'm
 already supporting oembed.  Is oembed used? must I get on a whitelist?
 what?

 --
 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:
 http://groups.google.com/group/twitter-development-talk




-- 
Mauro Sebastián Asprea

E-Mail: mauroasp...@gmail.com
Mobile: +34 654297582
Skype: mauro.asprea

Algunos hombres ven las cosas como son y se preguntan porque. Otros sueñan
cosas que nunca fueron y se preguntan por qué no?.
George Bernard Shaw

-- 
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: 
http://groups.google.com/group/twitter-development-talk