Page 3 of 3 FirstFirst 123
Results 21 to 27 of 27
  1. #21
    Join Date
    Jul 2007
    Location
    Scotland
    Posts
    529
    Tokens
    0

    Default

    Nah, you'd do this:

    PHP Code:
    httpRequest('twitter.com''/statuses/update.xml?status='.$_POST['message.'', 'POST'); 
    (for example)

  2. #22
    Join Date
    Oct 2006
    Location
    West Midlands
    Posts
    463
    Tokens
    2,175

    Latest Awards:

    Default

    Quote Originally Posted by RichardKnox View Post
    Nah, you'd do this:

    PHP Code:
    httpRequest('twitter.com''/statuses/update.xml?status='.$_POST['message.'', 'POST'); 
    (for example)
    Unfortunatley that doesn't work.
    But um I was searching the internet.
    It works with three files, pretty short codes.
    It converts the XML in to readable writing which is a step forward I guess, Just got to keep working with it
    Always lurking around, never really post.

  3. #23
    Join Date
    Jul 2007
    Location
    Scotland
    Posts
    529
    Tokens
    0

    Default

    PHP Code:
    httpRequest('twitter.com''/statuses/update.xml?status='.$_POST['message'].'''POST); 
    If you're posting a message to it that should work for updating it.

  4. #24
    Join Date
    Oct 2006
    Location
    West Midlands
    Posts
    463
    Tokens
    2,175

    Latest Awards:

    Default

    Hm what I did was, on a seperate HTML page I had a field where you could type in the status, and then it would post it to the page (where that code would be placed) like I did with the username and password - where it worked. I add that code and it gives an error.
    Last edited by Nli.; 22-07-2009 at 11:07 PM.
    Always lurking around, never really post.

  5. #25
    Join Date
    Aug 2008
    Location
    Surrey
    Posts
    3,111
    Tokens
    1,411

    Latest Awards:

    Default

    Make sure its all legal.
    Jordan


  6. #26
    Join Date
    Jun 2008
    Location
    United Kingdom
    Posts
    2,015
    Tokens
    568

    Latest Awards:

    Default

    Quote Originally Posted by JordanB.. View Post
    Make sure its all legal.
    ...Why wouldn't it be?

  7. #27
    Join Date
    Oct 2006
    Location
    West Midlands
    Posts
    463
    Tokens
    2,175

    Latest Awards:

    Default

    Quote Originally Posted by JordanB.. View Post
    Make sure its all legal.
    Twitter wouldn't make a API for people to use and make things if it were illegal.
    Always lurking around, never really post.

Page 3 of 3 FirstFirst 123

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •