Re: [twitter-dev] Tweet Button Not Working

2010-08-28 Thread Bruce Aguilar
I think that may have worked.  It's a pain in the patootie that I have to
manually enter the web address in for each blog post, but still, it's better
than nothing I guess.

Thanks!


On Fri, Aug 27, 2010 at 7:38 AM, Taylor Singletary 
taylorsinglet...@twitter.com wrote:

 You might find some help with working with the Tweet Button and iWeb here:
 http://bit.ly/tweet-button-iweb

 Taylor

 On Fri, Aug 27, 2010 at 7:20 AM, Yensid98 bruce...@gmail.com wrote:

 I've added the Tweet Button to my website for easy sharing of my
 content, but it's not working properly.  FYI, I'm operating at a very
 basic level here and have designed my website with iWeb.

 I've added the button to my page with no trouble but when I click on
 the Tweet Button, the link that gets posted only shows a tiny image of
 the Tweet Button itself and not my website.  Upon further inspection
 I've noticed the following added to the end of my page's url: _files/
 widget2_markup.html.  The correct url doesn't have this info.  In
 fact, deleting it from the address does bring up the page correctly.

 I have selected the Tweet Button to post the url for the page that
 it's posted on and not a custom url.

 Is this an incompatibility with iWeb?  Any help would be appreciated.

 Thanks!

 --
 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?hl=en


  --
 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?hl=en




-- 
 - Bruce
   What if the Hokey-Pokey really is what it's all about?

-- 
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?hl=en


[twitter-dev] Re: Introducing the Tweet Button

2010-08-13 Thread bruce
I'd like a way to add this to my google site(s), but google is trying
to
protect me from the referenced .js - any way around this?

On Aug 12, 10:28 am, themattharris thematthar...@twitter.com wrote:
 Hey everyone,

 Today we’re launching the Tweet Button to make it easy for your users
 to share your website with their followers. When they click on the
 Tweet Button, a Tweet box will appear pre-populated with a message and
 link chosen by you. Once they have sent a Tweet they can choose to
 follow accounts recommended by you. All of this happens on your
 website, so the user never has to leave.

 You have complete control over the suggested text of the Tweet Button,
 who the Tweet should be attributed to and recommendations of who to
 follow. All of this is possible through a line of javascript and a few
 URL parameters or data attributes of a link.

 To add this to your own site grab it fromhttp://twitter.com/tweetbutton,
 or create your own using our developer 
 documentation,http://dev.twitter.com/pages/tweet_button

 Read more about the Tweet Button on our 
 blog,http://blog.twitter.com/2010/08/pushing-our-tweet-button.html

 Best
 Matt

 --

 Matt Harris
 Developer Advocate, Twitterhttp://twitter.com/themattharris


[twitter-dev] what's wrong with the search API?

2010-08-07 Thread bruce zhang
Hi,guys
 before I can get the target tweets from  search API.but now it returns
results as follow:
what's wrong with the search API?

stdClass Object
(
[statuses] = Array
(
[0] = 41071345445
[1] = 41071345451
[2] = 41071345461
[3] = 41071345481
[4] = 41071345487
[5] = 41071345539
[6] = 41071345567
[7] = 41071345585
[8] = 41071345623
[9] = 41071345633
[10] = 41071345647
[11] = 41071345663
[12] = 41071345697
[13] = 41071345701
[14] = 41071345715
[15] = 41071345781
)

[created_in] = 0.009274
)




-- 
Best regards,
Bruce
E-Mail:brucezhan...@gmail.com e-mail%3abrucezhan...@gmail.com


[twitter-dev] follow API can't work?

2010-06-12 Thread bruce zhang
Hi,guys
 when I call the follow API,it returns /1/notifications/
follow.xml Not found!
Does it means follow API can't work?
How should I do?
Thank you all!:)


[twitter-dev] Re: Twitter API - Grab profile pic URL

2010-06-01 Thread Bruce
Hey Mark,

That API call gives me the right profile pic but only displays the
last tweet.  I am needing an API Call which gives me at least the last
three tweets and all the user information.  I am using the Drupal CMS
Twitter Module.  I can easily change the API call it uses but wouldn't
be able to rewrite the module to grab this info using multiple API
calls.

Any ideas?

On May 31, 3:45 pm, Mark McBride mmcbr...@twitter.com wrote:
 Even better, usehttp://api.twitter.com/1/users/show/your user id or
 screen name.xml.  Usinghttp://twitter.comfor API calls is frowned
 upon these days.

    ---Mark

 http://twitter.com/mccv



 On Mon, May 31, 2010 at 7:45 AM, Mark McBride mmcbr...@twitter.com wrote:
  Try usinghttp://twitter.com/users/show/your user id or screen
  name.xml instead.  The user objects in user_timeline may be stale.

    ---Mark

 http://twitter.com/mccv

  On Mon, May 31, 2010 at 4:40 AM, Bruce bruce...@gmail.com wrote:
  Hey Guys,

  I am having trouble trying to grab my Profile Pic URL via the API.  I
  am trying to grab it using the following path -
 http://twitter.com/statuses/user_timeline.xml?id=usernamebut it
  returns the default profile picture (http://s.twimg.com/a/1274899949/
  images/default_profile_2_normal.png) and not the custom profile pic
  which is displayed on my twitter homepage.

  Any ideas?

  Bruce


[twitter-dev] Re: Twitter API - Grab profile pic URL

2010-06-01 Thread Bruce
Whoop Whoop Just managed to sort the issue out... Basically
twitter don't update the profile pic info for that API call unless you
create a new tweet... I hadn't created any new tweet since changing my
profile pic so it showing outdated data

Just glad its fixed!

Thanks for your help guys!

On Jun 1, 7:21 am, Bruce bruce...@gmail.com wrote:
 Hey Mark,

 That API call gives me the right profile pic but only displays the
 last tweet.  I am needing an API Call which gives me at least the last
 three tweets and all the user information.  I am using the Drupal CMS
 Twitter Module.  I can easily change the API call it uses but wouldn't
 be able to rewrite the module to grab this info using multiple API
 calls.

 Any ideas?

 On May 31, 3:45 pm, Mark McBride mmcbr...@twitter.com wrote:



  Even better, usehttp://api.twitter.com/1/users/show/your user id or
  screen name.xml.  Usinghttp://twitter.comforAPI calls is frowned
  upon these days.

     ---Mark

 http://twitter.com/mccv

  On Mon, May 31, 2010 at 7:45 AM, Mark McBride mmcbr...@twitter.com wrote:
   Try usinghttp://twitter.com/users/show/your user id or screen
   name.xml instead.  The user objects in user_timeline may be stale.

     ---Mark

  http://twitter.com/mccv

   On Mon, May 31, 2010 at 4:40 AM, Bruce bruce...@gmail.com wrote:
   Hey Guys,

   I am having trouble trying to grab my Profile Pic URL via the API.  I
   am trying to grab it using the following path -
  http://twitter.com/statuses/user_timeline.xml?id=usernamebutit
   returns the default profile picture (http://s.twimg.com/a/1274899949/
   images/default_profile_2_normal.png) and not the custom profile pic
   which is displayed on my twitter homepage.

   Any ideas?

   Bruce


[twitter-dev] Twitter API - Grab profile pic URL

2010-05-31 Thread Bruce
Hey Guys,

I am having trouble trying to grab my Profile Pic URL via the API.  I
am trying to grab it using the following path -
http://twitter.com/statuses/user_timeline.xml?id=username but it
returns the default profile picture (http://s.twimg.com/a/1274899949/
images/default_profile_2_normal.png) and not the custom profile pic
which is displayed on my twitter homepage.

Any ideas?

Bruce


[twitter-dev] Re: U.S.Senator Orrin Hatch's Request To Follow Me!

2009-10-06 Thread Bruce Horney
quite sure I sign in under only one name and make sure the http is correct
before I sign in.Is It possible the follow request was put out then deleted?

On Tue, Oct 6, 2009 at 4:09 PM, Peter Denton petermden...@gmail.com wrote:

 are you sure you are not signed into twitter or another third party app
 under a different username?


 On Tue, Oct 6, 2009 at 1:48 PM, Taz redskin76...@gmail.com wrote:


  I click on the friend request link from my e-mail to go into twitter
 and accept it and it says no follow request at this time and I have
 not accepted or denied  the senator's follow request.What do I do to
 accept it?





[twitter-dev] Re: Security Best Practices

2009-07-01 Thread Bruce Brown

How difficult is it to, as part of the build, check for a key file, if  
it doesn't exist, go to Twitter and do the stuff to get the tokens,  
parse the tokens and save in the key file, and then continue on with  
the build. Seems easy enuff.

-- Bruce
Sent from my iPhone

On Jul 1, 2009, at 8:23 AM, Andrew Badera and...@badera.us wrote:


 But that's the choice you're forced to make by OAuth, not Twitter. And
 it is YOUR choice. Personally, I would probably use the conventional
 mechanisms of open source: mailing lists, special interest and user
 groups. Pound the pavement and promote yourself. Who said it was going
 to be easy?


 On Wed, Jul 1, 2009 at 11:22 AM, JDGghil...@gmail.com wrote:
 The problem is that by everyone getting their own consumer keys,  
 the source
 parameter will be different for every person. Now, I'm not  
 interested in
 getting my name in lights in the Twitter world -- I could honestly  
 care
 less. That said, if I'm going to spend a significant portion of my  
 time
 creating an open source app for people to enjoy, I'd like for  
 people to
 actually know that they can use it, and the source parameter is by  
 far the
 easiest way to accomplish that.

 On Wed, Jul 1, 2009 at 09:10, Andrew Badera and...@badera.us wrote:

 No one's snarking, but again, interesting you would interpret it  
 that way.

 Open source all you want, each person deploying an instance will  
 have
 to get their own keys. What's so tough about that?



 On Wed, Jul 1, 2009 at 11:07 AM,  
 DWRoelandsduane.roela...@gmail.com
 wrote:

 Andrew,

 This isn't about credit in the source parameter.  It's about
 application security.

 Twitter has stated that Basic Auth will eventually be deprecated.
 OAuth will eventually be the only method of authentication  
 available.
 When that happens, developers of open source clients will be  
 forced to
 reveal their Consumer Key Secret.

 This is a very real problem; open-source developers of desktop  
 clients
 will have to reveal their Consumer Key Secret.

 Can we keep this discussion focused on the technical issues at  
 hand,
 rather than snarking about one another's motives?  It's not
 productive.

 Regards,
 Duane


 On Jul 1, 10:57 am, Andrew Badera and...@badera.us wrote:
 Not what I said in the least, but it's interesting that you should
 interpret it that way.

 Re-read what I said.

 If someone is open sourcing something, in the true spirit of open
 source, they shouldn't care about getting credit in the source
 parameter.

 Thanks you and good night, I'm here all week, try the veal, don't
 forget to tip your waitresses and angry developers.



 On Wed, Jul 1, 2009 at 10:50 AM, Cameron  
 Kaiserspec...@floodgap.com
 wrote:

 Yes, but don't distribute it. Obviously config files are human
 readable, but you blank out secrets before publishing them.

 People using open source libraries will have to get their own  
 keys.
 So, either you really are contributing in the spirit of open  
 source,
 and you don't care about getting credit, or you're doing it  
 for self
 promotional purposes, and the conversation is moot anyhow.

 That's an asinine statement. So everybody who doesn't make  
 their open
 source software anonymous is a publicity whore?

 --
 
 personal:http://www.cameronkaiser.com/--
  Cameron Kaiser * Floodgap Systems *www.floodgap.com*
 ckai...@floodgap.com
 -- In memory of John Banner
 ---




 --
 Internets. Serious business.



[twitter-dev] auto-reply?

2009-04-19 Thread Bruce

Hey,

im starting on a new project and was wandering if anyone can help?

The project consists of twittering to the user (through @) and then
having the user automatically reply to that user (again through @)
with a message that someone has sent to it.

scenario:

the twitter user orange has the following messages sent to them
(through @):
-...@orange 1
-...@orange 2
-...@orange 3
-...@orange 4
-...@orange 5

then, when someone else sends an @ message to orange, orange would
automaically reply to that user with a randomly selected previous @
message (1 or 2 or 3 etc...).

any ideas/help?

anything is appreciated.

-bruce


[twitter-dev] Re: explore follower graph via api

2009-03-13 Thread Bruce Wang

On Fri, Mar 13, 2009 at 4:03 PM, ptone pres...@ptone.com wrote:

 is screen scraping the only way to explore the follower graph
 (multiple descendants) of a users followers?

 I can find no methods in the APIs that would allow one to create map
 diagrams...

 -Preston



Are you looking for this?
http://apiwiki.twitter.com/REST-API-Documentation#SocialGraphMethods


-- 
simple is good
http://brucewang.net
http://twitter.com/number5


Re: @oauth_now

2009-01-06 Thread Bruce Wang
On Tue, Jan 6, 2009 at 11:37 PM, Nicole Simon nee...@gmail.com wrote:



 I thought some of you might be interested:
 http://pleasetwitterimplementoauthnow.com/

 Please follow the user @oauth_now http://twitter.com/oauth_now to show
 your support for a better, more secure Twitter! Once you follow 
 @oauth_nowhttp://twitter.com/oauth_nowyou will get exactly two direct 
 messages from the user
 @oauth_now http://twitter.com/oauth_now. One message asks you to retweet
 this message http://tinyurl.com/safertwitter and the second message will
 be sent out once Twitter finally has implemented OAuth for every Twitter
 user.

 Nicole


Thanks!
That's what I want to say to twitter for a long time.
OAuth now!



-- 
simple is good
http://brucewang.net
http://twitter.com/number5