The Social Networking Software API is available for non-commercial use to outside developers.
Contents |
This call enables you to retrieve the photo of the indiviual member by xml format or json format .
Your request will look something like the following:
http://www.socialnetworksoftware.com/socialnetwork_demo/api/photo/get.php?format=[]&user_id=[]&api_key=[]&api_sign=[]
PARAMETERS
As shown above, your call will include the following parameters:
Format : The data to be received either in xml or json format
User_id : The user_id of the member whom you want to receive photo
Api_key : your api key
Api_Sign : your api signature key
This call enables you to retrieve the photo of the indiviual member by xml format or json format . Your request will look something like the following:
http://www.socialnetworksoftware.com/socialnetwork_demo/api/photo/get.php?format=[ ]&user_id=[ ]&api_key=[ ]&api_sign=[ ]
Example:
PARAMETERS
As shown above, your call will include the following parameters:
Format : The data to be received either in xml or json format
User_id : The user_id should be null to receive photo
Api_key : your api key
Api_Sign : your api signature key
This call enables you to edit the photo title of the indiviual member by xml format or json format .
Your request will look something like the following:
http://www.socialnetworksoftware.com/socialnetwork_demo/api/photo/edit.php?format=[ ] & user_id=[ ] & photo_id=[ ] & title= [ ] &api_key=[ ]&api_sign=[ ]
PARAMETERS
As shown above, your call will include the following parameters:
Format : The data to be received either in xml or json format
User_id : The user_id of the member whom you want to edit the photo title
Photo_id : The Photo_id for which you want to edit the photo title
Title : The new title you want to change
Api_key : your api key
Api_Sign : your api signature key
This call enables you to retrieve the Video of the indiviual member by xml format or json format .
Your request will look something like the following:
http://www.socialnetworksoftware.com/socialnetwork_demo/api/video/get.php?format=[ ]&user_id=[ ]&api_key=[ ]&api_sign=[ ]
PARAMETERS
As shown above, your call will include the following parameters:
Format : The data to be received either in xml or json format
User_id : The user_id of the member whom you want to receive Video
Api_key : your api key
Api_Sign : your api signature key
This call enables you to retrieve the video of the all member by xml format or json format .
Your request will look something like the following:
http://www.socialnetworksoftware.com/socialnetwork_demo/api/video/get.php?format=[ ]&user_id=[ ]&api_key=[ ]&api_sign=[ ]
Example:
PARAMETERS
As shown above, your call will include the following parameters:
Format : The data to be received either in xml or json format
User_id : The user_id should be null to receive video
Api_key : your api key
Api_Sign : your api signature key
This call enables you to edit the video title of the indiviual member by xml format or json format .
Your request will look something like the following:
http://www.socialnetworksoftware.com/socialnetwork_demo/api/photo/edit.php?format=[ ] & user_id=[ ] & video_id=[ ] & title= [ ] &api_key=[ ]&api_sign=[ ]
PARAMETERS
As shown above, your call will include the following parameters:
Format : The data to be received either in xml or json format
User_id : The user_id of the member whom you want to edit the video title
video_id : The video_id for which you want to edit the video title
Title : The new title you want to change
Api_key : your api key
Api_Sign : your api signature key
This call enables you to delete the photo of the indiviual member by xml format or json format .
Your request will look something like the following:
http://www.socialnetworksoftware.com/socialnetwork_demo/api/photo/delete.php?format=[ ]&user_id=[ ]& photo_id=[ ] &api_key=[ ]&api_sign=[ ]
PARAMETERS
As shown above, your call will include the following parameters:
Format : The data to be received either in xml or json format
User_id : The user_id of the member whom you want to delete photo
Photo_id : The photo_id which you want to delete
Api_key : your api key
Api_Sign : your api signature key
This call enables you to delete the video of the indiviual member by xml format or json format .
Your request will look something like the following:
http://www.socialnetworksoftware.com/socialnetwork_demo/api/video/delete.php?format=[ ]&user_id=[ ]& video_id=[ ] &api_key=[ ]&api_sign=[ ]
PARAMETERS
As shown above, your call will include the following parameters:
Format : The data to be received either in xml or json format
User_id : The user_id of the member whom you want to delete video
Video_id : The video_id which you want to delete
Api_key : your api key
Api_Sign : your api signature key