It is currently September 2nd, 2010, 10:32 pm

All times are UTC - 6 hours [ DST ]


Forum rules


In order to provide you with the best support possible please read the following topics before posting:
Forum Rules can be found here. Ignorance is not bliss.



Post new topic Reply to topic  [ 129 posts ]  Go to page 1, 2, 3, 4, 5 ... 9  Next
Author Message
 Post subject: SAM posting on Twitter , can it be done ?
PostPosted: September 9th, 2008, 5:51 am 
Offline
Junior User
Junior User

Joined: November 28th, 2004, 5:36 am
Posts: 45
Location: Delft , Netherlands
Hello ,

I was wondering if there is a PAL script that will make SAM post
a new message on Twitter , as soon as a new track is played ?

I have a web-blog with a Twitter widget , and would like a simple
<artist> - <title> message , wich gets updated as soon as a new track
or show is played.
But I have no clue is this can be done , and if so....how ?


Top
 Profile  
 
 Post subject: Re: SAM posting on Twitter , can it be done ?
PostPosted: September 9th, 2008, 6:53 am 
Offline
SVS Member
SVS Member
User avatar

Joined: December 20th, 2006, 9:23 pm
Posts: 10974
Location: Show Low, AZ
None that I'm aware of. I know this has been played w/ using MSN Live Messenger, but thats all I've heard of.

_________________
Andrew Cannon
(SVS) Spacial Volunteer Support

WE DANCE AS ONE: A Celebration In Groove
All That Is GOOD In Dance Music from the
70's, 80's, 90's and Now... plus some of the
best DJs from around the world.
http://www.wda1.com


Top
 Profile E-mail  
 
 Post subject: Re: SAM posting on Twitter , can it be done ?
PostPosted: September 9th, 2008, 1:01 pm 
Offline
Cygnus X-1
Cygnus X-1
User avatar

Joined: March 11th, 2003, 1:34 pm
Posts: 9652
Location: Maui, HI
What is the protocol for posting to Twitter?

_________________
- Steve Kunitzer
- SVS (Spacial Volunteer Support) / Forum Administrator

Image
Image


Top
 Profile  
 
 Post subject: Re: SAM posting on Twitter , can it be done ?
PostPosted: September 9th, 2008, 1:40 pm 
Offline
Junior User
Junior User

Joined: November 28th, 2004, 5:36 am
Posts: 45
Location: Delft , Netherlands
Pfew...if I only knew lol

You can send messeges to Twitter using their website ,
but there are also quite a few third party thingies out there wich you
can use without having to go to the website.


Top
 Profile  
 
 Post subject: Re: SAM posting on Twitter , can it be done ?
PostPosted: September 9th, 2008, 1:42 pm 
Offline
SVS Member
SVS Member
User avatar

Joined: December 20th, 2006, 9:23 pm
Posts: 10974
Location: Show Low, AZ
You'd most likely have to do some disection on one of those "thingies" to see how it works first.

_________________
Andrew Cannon
(SVS) Spacial Volunteer Support

WE DANCE AS ONE: A Celebration In Groove
All That Is GOOD In Dance Music from the
70's, 80's, 90's and Now... plus some of the
best DJs from around the world.
http://www.wda1.com


Top
 Profile E-mail  
 
 Post subject: Re: SAM posting on Twitter , can it be done ?
PostPosted: September 9th, 2008, 2:01 pm 
Offline
SVS Member
SVS Member
User avatar

Joined: May 8th, 2004, 9:00 am
Posts: 7884
Location: Denver, CO
Since this is the first and only thread on Twitter you are blazing new ground.

_________________
- Rob Oyler
- Spacial Volunteer Support (SVS)

Image


Top
 Profile E-mail  
 
 Post subject: Re: SAM posting on Twitter , can it be done ?
PostPosted: September 9th, 2008, 2:05 pm 
Offline
SVS Member
SVS Member
User avatar

Joined: December 20th, 2006, 9:23 pm
Posts: 10974
Location: Show Low, AZ
....thats one small step for Twitter.....

_________________
Andrew Cannon
(SVS) Spacial Volunteer Support

WE DANCE AS ONE: A Celebration In Groove
All That Is GOOD In Dance Music from the
70's, 80's, 90's and Now... plus some of the
best DJs from around the world.
http://www.wda1.com


Top
 Profile E-mail  
 
 Post subject: Re: SAM posting on Twitter , can it be done ?
PostPosted: September 9th, 2008, 5:38 pm 
Offline
Cygnus X-1
Cygnus X-1
User avatar

Joined: March 11th, 2003, 1:34 pm
Posts: 9652
Location: Maui, HI
Please post manual steps to either post to Twitter directly or using a third party tool.
Without knowing the how we cannot determine the if.

_________________
- Steve Kunitzer
- SVS (Spacial Volunteer Support) / Forum Administrator

Image
Image


Top
 Profile  
 
 Post subject: Re: SAM posting on Twitter , can it be done ?
PostPosted: November 26th, 2008, 11:05 am 
Offline
Junior User
Junior User

Joined: March 2nd, 2005, 10:26 pm
Posts: 51
Location: Johnson City, TN
This might help with achieving this. It looks like it just send an HTTP request.

http://apiwiki.twitter.com/REST+API+Documentation

SomaFM is already doing this to keep an archive of their playlists:

http://twitter.com/xmasinfrisko

Pretty nice! I would be interested in implementing this if one could find a way to do this through SAM.

_________________
the detour -- http://thedetour.us

Purple Zebra Services -- http://purplezebra.us/


Top
 Profile  
 
 Post subject: Re: SAM posting on Twitter , can it be done ?
PostPosted: November 27th, 2008, 10:34 am 
Offline
New User
New User

Joined: September 8th, 2003, 2:30 am
Posts: 21
PHP works fine , curl needed!!

i can't post the code here so please check :

http://www.piratenhits.com/twittercode.txt

The result can be found at : http://twitter.com/piratenhits
regards,

Piratenhits Internetradio
http://www.piratenhits.com

_________________
Image


Top
 Profile  
 
 Post subject: Re: SAM posting on Twitter , can it be done ?
PostPosted: December 26th, 2008, 11:42 am 
Offline
New User
New User

Joined: October 29th, 2007, 3:41 am
Posts: 4
Piratenhits wrote:
PHP works fine , curl needed!!

i can't post the code here so please check :

http://www.piratenhits.com/twittercode.txt

The result can be found at : http://twitter.com/piratenhits
regards,

Piratenhits Internetradio
http://www.piratenhits.com



Can you explain how you did that?


Top
 Profile  
 
 Post subject: Re: SAM posting on Twitter , can it be done ?
PostPosted: December 26th, 2008, 1:33 pm 
Offline
Experienced User
Experienced User
User avatar

Joined: March 19th, 2003, 12:55 am
Posts: 273
Location: SF Bay Area, California, USA
You can use the method described here, which I found with a google search:

http://morethanseven.net/2007/01/20/pos ... using-php/

I just registered at Twitter an hour ago and used the code at the URL above to update Twitter with my song data. It works, as you can see here:

http://twitter.com/yinternetradio

_________________
Image


Top
 Profile  
 
 Post subject: Re: SAM posting on Twitter , can it be done ?
PostPosted: January 2nd, 2009, 7:26 pm 
Offline
Experienced User
Experienced User
User avatar

Joined: March 19th, 2003, 12:55 am
Posts: 273
Location: SF Bay Area, California, USA
When I tinkered about with Twitter (as described in my previous post) it was just out of curiosity. I'd never seen or heard of Twitter before. Now that I have my song info "tweeting", I can see one use for it that might appeal to some of you....

If you have a MySpace page for your station, you can use Twitter to display your "now playing" text on your MySpace profile.

In the MySpace apps, there are a few apps that will grab your tweeter text and display it on your MySpace profile. I installed the "MiniTweet" app for MySpace, and you can see it on my profile, just above the "Friends" section:

http://www.myspace.com/yourinternetradio

Before I began tweeting, I was already displaying my "now playing" at MySpace by writing the text to .png images. I could stop doing that now and rely on MiniTweet alone, but I'm not sure that I'll do that.

Anyway.... using MiniTweet at MySpace is a fairly easy way to get your "now playing" stuff displayed at MySpace.

The first step is to get your data displayed at Twitter, using the method linked in my last post or using any other method that works.

Once your "now playing" stuff is appearing correctly on your Twitter page, you do the final step: Install a MySpace app that will display your tweets. That is quick and simple to do.

Just thought I'd bring that up, in case anybody is interested. Maybe this is old news and I'm the last to know about it. Wouldn't be the first time. :)

_________________
Image


Top
 Profile  
 
 Post subject: Re: SAM posting on Twitter , can it be done ?
PostPosted: January 5th, 2009, 5:16 pm 
Offline
Senior User
Senior User
User avatar

Joined: November 15th, 2003, 5:56 pm
Posts: 226
Location: Paris of the priaries
HTTP_404_NOT_FOUND wrote:
You can use the method described here, which I found with a google search:

http://morethanseven.net/2007/01/20/pos ... using-php/

I just registered at Twitter an hour ago and used the code at the URL above to update Twitter with my song data. It works, as you can see here:

http://twitter.com/yinternetradio

Hi HTTP

Can you post your final script so we can see how you made the basic script work with SAM? Some of us are still a little slow when it comes to scripting and would appreciate the help if you can offer it.

thanks.

PS. great thinking, with the MySpace addition.


Top
 Profile E-mail  
 
 Post subject: Re: SAM posting on Twitter , can it be done ?
PostPosted: January 11th, 2009, 5:30 am 
Offline
New User
New User

Joined: January 11th, 2009, 5:23 am
Posts: 1
vocal wrote:
HTTP_404_NOT_FOUND wrote:
You can use the method described here, which I found with a google search:

<!-- m --><a class="postlink" href="http://morethanseven.net/2007/01/20/posting-to-twitter-using-php/">http://morethanseven.net/2007/01/20/pos ... using-php/</a><!-- m -->

I just registered at Twitter an hour ago and used the code at the URL above to update Twitter with my song data. It works, as you can see here:

<!-- m --><a class="postlink" href="http://twitter.com/yinternetradio">http://twitter.com/yinternetradio</a><!-- m -->

Hi HTTP

Can you post your final script so we can see how you made the basic script work with SAM? Some of us are still a little slow when it comes to scripting and would appreciate the help if you can offer it.

thanks.

PS. great thinking, with the MySpace addition.
Hello,

I am new to this, can someone tell me where to load the php script that allows sam to update on Twitter? Your assistance is very much appreciated.

DJ Deli


Top
 Profile E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 129 posts ]  Go to page 1, 2, 3, 4, 5 ... 9  Next

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: Yahoo [Bot] and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
SpacialAudio  |  AudioRealm  |  Privacy Statement  |  Refund Policy  |  Contact  |  Support