[twitter-dev] Re: Where Am I going wrong? Can't get past step 1 of Oauth Integration in PHP...

2010-09-03 Thread Ryan
Thanks Matt, Got a couple of hours spare dev time now, time to get
into 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?hl=en


Re: [twitter-dev] Re: Where Am I going wrong? Can't get past step 1 of Oauth Integration in PHP...

2010-09-02 Thread Matt Harris
There are also a couple of libraries on
http://dev.twitter.com/pages/oauth_libraries#php that you might find
useful for reference.

Best,
Matt

On Thu, Sep 2, 2010 at 3:23 PM, Ryan  wrote:
> FIrstly, Thank you so much for all the pointers everyone. I'm looking
> forward to fixing this up tomorrow loads!
>
> Every day I try to learn something new, Thank you all once again.
>
> --
> 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
>



-- 


Matt Harris
Developer Advocate, Twitter
http://twitter.com/themattharris

-- 
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: Where Am I going wrong? Can't get past step 1 of Oauth Integration in PHP...

2010-09-02 Thread Ryan
FIrstly, Thank you so much for all the pointers everyone. I'm looking
forward to fixing this up tomorrow loads!

Every day I try to learn something new, Thank you all once again.

-- 
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: Where am I going wrong?

2010-04-15 Thread Mike Davis (mcdavis)
The same thing is happening for me.  Firebug shows it as returning a
"403: Forbidden".

My response text is -

AccessDeniedAccess DeniedD383456151C16F65F7MvMBRIBSKfj5NFUl1B4nPeKW8csb98Ow0zp6oLJ/SYeaZKlqh
+T3fKB4O7ID42



On Apr 15, 2:47 pm, jgervin  wrote:
> I am trying to follow your example on inserting the twitter login
> button but nothing is showing up. Here is my code:
>
> 
> 
>   var anywhereApiKey = "mykeyxx";
>   twttr.anywhere(anywhereApiKey, "1.0.0", onAnywhereLoad);
>   function onAnywhereLoad(twitter) {
>     //  Simplest use case: Append a connect button to the specified
> DOM
>     //  element.
>     twitter("#twitter-connect-placeholder").connectButton();
>
>     //  Connect buttons have a range of sizes to choose from:
>     //  small, medium, large, xlarge.  "medium" is the default size.
>     //  You can specify the size as follows:
>     twitter("#twitter-connect-placeholder").connectButton({ size:
> "large" });
>   };
> 
>
> This is in my head of my application.html.erb file
> http://platform.twitter.com/anywhere.js?
> id=myKeyx&v=1" type="text/javascript">


[twitter-dev] Re: Where am I going wrong?

2010-04-15 Thread Mike Davis (mcdavis)
Figured it out, the documentation must need to be updated a bit still.

Change:

twttr.anywhere(anywhereApiKey, "1.0.0", onAnywhereLoad);

To:

twttr.anywhere(onAnywhereLoad);


And it should work for you.

On Apr 15, 2:47 pm, jgervin  wrote:
> I am trying to follow your example on inserting the twitter login
> button but nothing is showing up. Here is my code:
>
> 
> 
>   var anywhereApiKey = "mykeyxx";
>   twttr.anywhere(anywhereApiKey, "1.0.0", onAnywhereLoad);
>   function onAnywhereLoad(twitter) {
>     //  Simplest use case: Append a connect button to the specified
> DOM
>     //  element.
>     twitter("#twitter-connect-placeholder").connectButton();
>
>     //  Connect buttons have a range of sizes to choose from:
>     //  small, medium, large, xlarge.  "medium" is the default size.
>     //  You can specify the size as follows:
>     twitter("#twitter-connect-placeholder").connectButton({ size:
> "large" });
>   };
> 
>
> This is in my head of my application.html.erb file
> http://platform.twitter.com/anywhere.js?
> id=myKeyx&v=1" type="text/javascript">


-- 
To unsubscribe, reply using "remove me" as the subject.