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.