Re: [twitter-dev] Create your own trends from only people you follow

2011-06-17 Thread Scott Wilcox
Hi Hugh,

Yes, your home timeline would consist  of all those you follow and anything 
retweeted by those users. That should fit perfectly for you.

On 16 Jun 2011, at 23:59, Hugh Hopkins wrote:

 Thank you very much. would this work for only the twitter accounts
 that I follow.
 
 Thanks and all the best,
 
 Hugh
 
 
 
 On Jun 15, 7:31 pm, Scott Wilcox sc...@dor.ky wrote:
 You'll need to use the streaming API to collect the timeline and then 
 process that data yourself to deduce the most frequently used terms.
 
 Streaming API documentation can be found athttp://dev.twitter.com/doc
 
 On 15 Jun 2011, at 19:20, Hugh Hopkins wrote:
 
 Heya,
 
 I'm a student who has just started a student news website called
 http://www.sonews.co.uk/we also tweet a lot 
 onhttp://twitter.com/#!/sellyoaknews.
 I was hoping to create localtrendsfrom only the accounts that
 @sellyoaknews follows and was wondering how this would be done?
 
 So for example, I will be able to put on the website the 5 or 10 most
 talked about items from people I only follow. This would have a huge
 number of benefits because it would directly relate to the students we
 follow plus it would mean it wouldn't be susecptible to spam.
 
 If any of you could help point me in the right direction that would be
 great!!
 
 thanks and all the best,

--
Scott Wilcox

@dordotky | sc...@dor.ky | http://dor.ky
+44 (0) 7538 842418 | +1 (646) 827-0580



-- 
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/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] Does “~” need encode?

2011-06-17 Thread LoVenus
Hi
I'm using twitter statuses/update API to tweet a status.
e.g
This is what I'm going to tweet: ~.

I create a signature base string, following the ruleswe're using
UTF-8 characters here and need to properly URL-encode them.
So, ~  become %7E.

But,it response a error message:signature Invalid

Then I try another way, I doesn't URL-encode ~ to %7E. So,~
still be ~.
I Post the request and it is Success.

That's confuse me...

Does “~” need encode?

thank you

-- 
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/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


Re: [twitter-dev] Does “~” need encode?

2011-06-17 Thread kamesh SmartDude
Yes the character ~ should be encoded

http://www.blooberry.com/indexdot/html/topics/urlencoding.htm

//kamesh

On Fri, Jun 17, 2011 at 12:41 PM, LoVenus pzunderta...@hotmail.com wrote:

 Hi
 I'm using twitter statuses/update API to tweet a status.
 e.g
 This is what I'm going to tweet: ~.

 I create a signature base string, following the ruleswe're using
 UTF-8 characters here and need to properly URL-encode them.
 So, ~  become %7E.

 But,it response a error message:signature Invalid

 Then I try another way, I doesn't URL-encode ~ to %7E. So,~
 still be ~.
 I Post the request and it is Success.

 That's confuse me...

 Does “~” need encode?

 thank you

 --
 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/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


-- 
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/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] Re: Does “~” need encode?

2011-06-17 Thread LoVenus
Thank you for your reply.

But as I said, if encode ~, signature will be wrong.

-- 
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/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


Re: [twitter-dev] Re: Does “~” need encode?

2011-06-17 Thread kamesh SmartDude
There might be some other problem in u r signature generation.

but not about the ~ url encoding.

//kamesh

On Fri, Jun 17, 2011 at 1:57 PM, LoVenus pzunderta...@hotmail.com wrote:

 Thank you for your reply.

 But as I said, if encode ~, signature will be wrong.

 --
 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/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk


-- 
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/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] Re: error 401 from oauth, starting a few days ago

2011-06-17 Thread arlomedia
Just giving this a bump for Taylor.

For anyone else, does the oauth-php example script work with your
accounts? It works for me when accessing the public timeline as shown
in the example, but if I change the request URL to access my user
timeline (protected or unprotected) I get the authorization error.

It would be helpful to know if the problem is with my account, the
example script, or the oauth-php library.

-- 
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/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


Re: [twitter-dev] How do I register a non-existent app?

2011-06-17 Thread tamara.mr.willi...@gmail.com
Hi Taylor:

Thank you for your help :D. I registered the app using my Twitter name and 
public url so now I have the required codes and I can continue with the 
software design and hopefully, quickly move to test plan and coding.

Tamara

-- 
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/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] Re: Does “~” need encode?

2011-06-17 Thread Felix Oldenburg
I had the same issue with the ~ encoding. If ~ gets encoded to %7E the
signature is wrong, but with a plain ~ it's fine.

But if u look at abraham's php twitter library, which also implements
the needed oauth functionality, u can see he also uses the non encoded
~.
( https://github.com/abraham/twitteroauth )

This is his url encoding method:
(See OAuth.h in the OAuthUtil class)

public static function urlencode_rfc3986($input) {
  if (is_array($input)) {
return array_map(array('OAuthUtil', 'urlencode_rfc3986'), $input);
  } else if (is_scalar($input)) {
return str_replace(
  '+',
  ' ',
  str_replace('%7E', '~', rawurlencode($input))
);
  } else {
return '';
  }

As one can see, the %7E gets decoded back to ~.
Maybe RFC3986 is worth a look.

On 17 Jun., 12:36, kamesh SmartDude kamesh.smartd...@gmail.com
wrote:
 There might be some other problem in u r signature generation.

 but not about the ~ url encoding.

 //kamesh







 On Fri, Jun 17, 2011 at 1:57 PM, LoVenus pzunderta...@hotmail.com wrote:
  Thank you for your reply.

  But as I said, if encode ~, signature will be wrong.

  --
  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/issues/list
  Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk

-- 
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/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] Re: Error with Web Intents Javascript Events

2011-06-17 Thread MManalo
Hi Matt,

I'm not sure if you'll be able to access this or not, but here's
hoping you might be able to. Unfortunately it's the only test page we
have right now, and the one in which we detected that IE7 was not
firing any sort of event. Please keep this link confidential for
security purposes.

http://hh-sp-dev01.sonypictures.com/test/btambaoan/cookietest/

On Jun 15, 7:45 pm, Matt Harris thematthar...@twitter.com wrote:
 Thanks for the update Mike,
 Is this hosted on a webpage we can access, or can you put a test page up
 that we can hit?

 Best,
 @themattharris https://twitter.com/intent/follow?screen_name=themattharris
 Developer Advocate, Twitter

 On Wed, Jun 15, 2011 at 6:47 PM, MManalo mike.j.man...@gmail.com wrote:
  Hi Matt,

  Thanks for your help with this. No JS errors or warnings. The button
  just does not fire any sort of event when we call it.

  Again it works just fine in IE8 and Firefox, sending data to Omniture.
  But unfortunately, nothing happens when clicked in IE7.

  On Jun 14, 9:27 pm, Matt Harris thematthar...@twitter.com wrote:
   Hey,

   Does IE7 report any javascript errors or warnings?
   Other than the events, does the button render and perform correctly?

   Best
   @themattharris 
 https://twitter.com/intent/follow?screen_name=themattharris
   Developer Advocate, Twitter

   On Tue, Jun 14, 2011 at 10:56 AM, MManalo mike.j.man...@gmail.com
  wrote:
Hey everyone,

We have been trying to implement tracking on the tweet buttons that
are featured on our sites. We used the method recommended to us on
this page:

   https://dev.twitter.com/pages/intents-events

Upon testing, we found that the button sends data to Omniture, our web
analytics provider, when we use IE8 and Firefox to access the site,
but it does not happen when using IE7.

I was wondering if there may be any specific reason as to why, or what
might we be doing wrong? Thanks!

--
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/issues/list
Change your membership to this group:
   https://groups.google.com/forum/#!forum/twitter-development-talk

  --
  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/issues/list
  Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk

-- 
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/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


Re: [twitter-dev] Re: Error with Web Intents Javascript Events

2011-06-17 Thread Scott Wilcox
Common sense says don't post a private URL to a public mailing list.

Sent from my iPhone

On 17 Jun 2011, at 19:13, MManalo mike.j.man...@gmail.com wrote:

 Hi Matt,
 
 I'm not sure if you'll be able to access this or not, but here's
 hoping you might be able to. Unfortunately it's the only test page we
 have right now, and the one in which we detected that IE7 was not
 firing any sort of event. Please keep this link confidential for
 security purposes.
 
 http://hh-sp-dev01.sonypictures.com/test/btambaoan/cookietest/
 
 On Jun 15, 7:45 pm, Matt Harris thematthar...@twitter.com wrote:
 Thanks for the update Mike,
 Is this hosted on a webpage we can access, or can you put a test page up
 that we can hit?
 
 Best,
 @themattharris https://twitter.com/intent/follow?screen_name=themattharris
 Developer Advocate, Twitter
 
 On Wed, Jun 15, 2011 at 6:47 PM, MManalo mike.j.man...@gmail.com wrote:
 Hi Matt,
 
 Thanks for your help with this. No JS errors or warnings. The button
 just does not fire any sort of event when we call it.
 
 Again it works just fine in IE8 and Firefox, sending data to Omniture.
 But unfortunately, nothing happens when clicked in IE7.
 
 On Jun 14, 9:27 pm, Matt Harris thematthar...@twitter.com wrote:
 Hey,
 
 Does IE7 report any javascript errors or warnings?
 Other than the events, does the button render and perform correctly?
 
 Best
 @themattharris 
 https://twitter.com/intent/follow?screen_name=themattharris
 Developer Advocate, Twitter
 
 On Tue, Jun 14, 2011 at 10:56 AM, MManalo mike.j.man...@gmail.com
 wrote:
 Hey everyone,
 
 We have been trying to implement tracking on the tweet buttons that
 are featured on our sites. We used the method recommended to us on
 this page:
 
 https://dev.twitter.com/pages/intents-events
 
 Upon testing, we found that the button sends data to Omniture, our web
 analytics provider, when we use IE8 and Firefox to access the site,
 but it does not happen when using IE7.
 
 I was wondering if there may be any specific reason as to why, or what
 might we be doing wrong? Thanks!
 
 --
 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/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk
 
 --
 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/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk
 
 -- 
 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/issues/list
 Change your membership to this group: 
 https://groups.google.com/forum/#!forum/twitter-development-talk

-- 
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/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] Re: Search API

2011-06-17 Thread Stefan
The best way to do this is to use the streaming API and catch all the
tweets containing stanley cup when they happen. The search API is
very limited and you will never get more then a couple of thousand
results in the past. Oftentimes much less.

Best regards,
Stefan

-- 
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/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] Re: Error with Web Intents Javascript Events

2011-06-17 Thread MManalo
Removed.

On Jun 17, 12:09 pm, Scott Wilcox sc...@dor.ky wrote:
 Common sense says don't post a private URL to a public mailing list.

 Sent from my iPhone

 On 17 Jun 2011, at 19:13, MManalo mike.j.man...@gmail.com wrote:

  Hi Matt,

  I'm not sure if you'll be able to access this or not, but here's
  hoping you might be able to. Unfortunately it's the only test page we
  have right now, and the one in which we detected that IE7 was not
  firing any sort of event. Please keep this link confidential for
  security purposes.

 http://hh-sp-dev01.sonypictures.com/test/btambaoan/cookietest/

  On Jun 15, 7:45 pm, Matt Harris thematthar...@twitter.com wrote:
  Thanks for the update Mike,
  Is this hosted on a webpage we can access, or can you put a test page up
  that we can hit?

  Best,
  @themattharris 
  https://twitter.com/intent/follow?screen_name=themattharris
  Developer Advocate, Twitter

  On Wed, Jun 15, 2011 at 6:47 PM, MManalo mike.j.man...@gmail.com wrote:
  Hi Matt,

  Thanks for your help with this. No JS errors or warnings. The button
  just does not fire any sort of event when we call it.

  Again it works just fine in IE8 and Firefox, sending data to Omniture.
  But unfortunately, nothing happens when clicked in IE7.

  On Jun 14, 9:27 pm, Matt Harris thematthar...@twitter.com wrote:
  Hey,

  Does IE7 report any javascript errors or warnings?
  Other than the events, does the button render and perform correctly?

  Best
  @themattharris 
 https://twitter.com/intent/follow?screen_name=themattharris
  Developer Advocate, Twitter

  On Tue, Jun 14, 2011 at 10:56 AM, MManalo mike.j.man...@gmail.com
  wrote:
  Hey everyone,

  We have been trying to implement tracking on the tweet buttons that
  are featured on our sites. We used the method recommended to us on
  this page:

 https://dev.twitter.com/pages/intents-events

  Upon testing, we found that the button sends data to Omniture, our web
  analytics provider, when we use IE8 and Firefox to access the site,
  but it does not happen when using IE7.

  I was wondering if there may be any specific reason as to why, or what
  might we be doing wrong? Thanks!

  --
  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/issues/list
  Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk

  --
  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/issues/list
  Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk

  --
  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/issues/list
  Change your membership to this 
  group:https://groups.google.com/forum/#!forum/twitter-development-talk

-- 
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/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] Re: Devnest Recap

2011-06-17 Thread Jason Costa
Just to close the loop on this thread, these videos have been posted.

You can find them here: http://www.youtube.com/twitterapi

On Jun 7, 8:29 am, Jason Kolb jason.k...@gmail.com wrote:
 I'd love to see the videos as well, are they still going to be posted?

 Thanks!

-- 
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/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] Re: Allowing users of my social networking site to send their posts to twitter if they want?

2011-06-17 Thread MasonK
Thanks to both for your reply. Greg, thanks, I will look into the
oauth API. I figured there was a way to store the authorization.

-- 
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/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk