[twitter-dev] Re: tweet your own account

2010-11-23 Thread nicarcola
Thanks. But after all the instruction I did a test and get the
following message: Posting...
Parse error: syntax error, unexpected T_STRING, expecting
T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/ondernemers.nu/
public_html/meerijden.nu/tmhoauth/tmhOAuth.php on line 76

Till now i couldn't find what is wrong. Maybe you have any
suggestions.

Regards, Nico.

On 22 nov, 15:20, Adam Green 140...@gmail.com wrote:
 If you are willing to run a PHP script from your website, this
 tutorial will give you all the details you need to tweet to your
 account from a 
 website:http://140dev.com/twitter-api-programming-tutorials/hello-twitter-oau...

 On Mon, Nov 22, 2010 at 9:17 AM, nicarcola n...@meerijden.nu wrote:
  How can I automaticly log into my own twitter account (e.g. from my
  own website) and send a tweet to 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

 --
 Adam Green
 Twitter API Consultant and Trainerhttp://140dev.com
 @140dev

-- 
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] tweet your own account

2010-11-22 Thread nicarcola
How can I automaticly log into my own twitter account (e.g. from my
own website) and send a tweet to 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


[twitter-dev] tweet from my website to my own twtter account

2010-11-12 Thread nicarcola
On my website you can place rides I want to tweet this rides
automaticly to my own twitter account. Is there an example of this
function?

-- 
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] Re: graph API call returning 'This Method requires authentication'

2009-09-14 Thread nicarcola

Go to my site http://www.homesforholidays.eu/twitter.php, log in and
you get the message,  this message requires a get. Why I don't know,
but if you go to twitter you are already logged in

Nico.

On 30 aug, 04:23, Pete Warden searchbrow...@gmail.com wrote:
 A late follow-up on this, but I'm hitting the same problem:

 - It's only happening with friends/ids.json, all other calls work
 - Bizarrely I can call it fine from command-line curl on the same machine,
 but using curl within PHP I get the error
 - I've tried rejigging my curl/php code to use the in-url syntax (eg
 someone:passw...@twitter... as the URL) rather than curl_setopt, with no
 luck

 The documentation seems to indicate this method doesn't even require
 authentication, so I'm left scratching my head. If I can create a minimal
 reproducible case, I'll file an issue, but for now I just want to document
 this for posterity.

 Pete

 On Sun, Jun 7, 2009 at 7:56 AM, developerinlondon 
 ebilliona...@gmail.comwrote:





  Hi,

  For some reason I am getting the above error message returned for a
  specific ID only:

  curl -u username:password
 http://twitter.com/friends/ids.xml?user_id=2064571515
  ?xml version=1.0 encoding=UTF-8?
  hash
   request/friends/ids.xml?user_id=2064571515/request
   errorThis method requires authentication./error
  /hash

  Any other Twitter IDs it works fine and I get a list of IDs for them.
  Eg the following works:
  curl -u username:password
 http://twitter.com/friends/ids.xml?user_id=23943320

  Any ideas what I need to be doing to fix this?
  The pattern seems to be always occuring when I try a UserID with 10
  digits.

  Thanks,

  Nayeem- Tekst uit oorspronkelijk bericht niet weergeven -

 - Tekst uit oorspronkelijk bericht weergeven -