- Active Social Version: 1.8.0
- DotNetNuke Version: 5.4.0
Hi,
In order for our users to progress in our games and apps, we have developed several types of awards they need to unlock. Some of these awards involve adding more friends (Social Prince & Social King awards).
We therefore need to be able to add other AS members as friends from within our silverlight apps, instead of leaving the app/game, going to the members list, searching + adding someone ...
Basically, we need to call the add friend API function
from Silverlight via web service or WCF service or RESTful service. From my
finding, there is no API available to call outside from DNN.
How can we achieve this without copying the whole AS logic itself ?
Frank