Recently i needed to make a ringtone download website for a friend and we researched on web for a good affiliate with a decent API to make things easier for content download and integration on website.
We ended choosing OpenDada.com which is a affiliate website for dada.net , Dada.net is a premier provider for providing ringtones and other mobile content.
The API documentation for OpenDada can be found at API docs page .
There are four methods that are defined in the class, Namely they are:-
search_ringtone(“ARTIST NAME”);
top10();
display_single_ringtone(“ARTIST NAME”, “SONG TITLE”);
get_genre(“GENRE”);
All methods are explained in the example.php file and can be found here.
Todo List:-
1) Add functionality to get more than 10 ringtones.
2) Put the class in phpclasses.org
3) Add option of inserting partner id
Will update the class with more functionality sooner.
{ 6 comments… read them below or Shout @ me! }
RT @phpcollection.com Dada.net opendada api php wrapper http://bit.ly/22LXbD
This comment was originally posted on Twitter
Dada.net opendada api php wrapper http://bit.ly/22LXbD
This comment was originally posted on Twitter
RT @gmishra: RT @phpcollection.com Dada.net opendada api php wrapper http://bit.ly/22LXbD
This comment was originally posted on Twitter
RT @gmishra: RT @phpcollection.com Dada.net opendada api php wrapper http://bit.ly/22LXbD
This comment was originally posted on Twitter
Dada.net opendada api php wrapper | PHP tutorials and Scripts … http://bit.ly/8Lq1g
This comment was originally posted on Twitter
Hi,
I am enjoing your simple tutorials, any chance soon of posting a php download tutorial that can download a few files ie zip, mp3, pdf? Or please email me one if you have so I can dissect it and improve my PHP learning thanks