Queria saber si esta es la api class:
https://github.com/scromega/tuentiAP...iAPI.class.php
Estos son los metodos a utilizar :
Código PHP:
addPostToPhotoWall
addPostToProfileWall
getAlbumPhotos
getFriends
getFriendsData
getFriendsNotifications
getInbox
getPhotoTags
getPhotoWall
getProfileWall
getThread
getUserAlbums
getUserNotifications
getUsersData
sendMessage
setPhotoData
setUserData
tagUser
Código PHP:
<?php
require('tuentiAPI.class.php');
$con = new tuentiAPI('[email protected]', 'password');
$r = $con->request('getUserNotifications', array());
echo '<pre>'.print_r($r, true).'</pre>';
Gracias de antemano
Un saludo