Jump to content
UBot Underground

Search the Community

Showing results for tags 'twitter api'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Hi, I'm trying to connect to the Twitter API using Aymen's HTTP Post plugin. I've created a Developer account and created a new app at https://apps.twitter.com/, which gave me the: Consumer Key Consumer Secret Access Token Access Token Secret define set credentials { set(#postURL, "https://api.twitter.com/1.1/friendships/create.json", "Global") set(#Twit_UN, "username", "Global") set(#Twit_Pass, "password", "Global") set(#secret, "Consumer Secret", "Global") set(#oauth_consumer_key, "Consumer Key", "Global") set(#oauth_signature_method, "HMAC-SHA1", "Global")
×
×
  • Create New...