Activity Not Available

Project Summary

This is an unofficial blogtv api that was created, not to abuse the blogtv system but to extend their system. Please report issues in the issues section to help make it more stable

Constructor Detailblogtvfunctionspublic blogtvfunctions(java.lang.String initusername,java.lang.String initpassword)To create a blogtvfunctions object you must give a user name and password we do run a check for both the user name and password, and if they are wrong we will give them a default value. This also sets the UID by using the user name you supply
Parameters:
initusername
initpassword
blogtvfunctionspublic blogtvfunctions(java.lang.String initusername, java.lang.String initpassword,int initUID)This lets you create an object were you can set the user name, password and UID we do check the user name and password but not the UID
Parameters:
initusername -
initpassword -
initUID -
Method Detailallfriendspublic java.util.ArrayList allfriends()This Method will return all the friends of the blogtv username that this object was given at the time of creation the arraylist contains all friends in an A-Z sort if the user has many friends it could take a very long time to generate
Returns:
ArrayList friends all the friends in an ArrayList
isaBlogtvusernamepublic boolean isaBlogtvusername(java.lang.String blogtvusername)check if this blogtv username exist if it does returns true or if not it returns false
Parameters:
blogtvusername -
numberoffriendspublic int numberoffriends()This method will return an int of the number of friends a blogtv user has at time of call
Returns:
int
getUIDpublic int getUID(java.lang.String blogtvusername)This will turn a blogtv name into the UID which is used in many methods
Parameters:
blogtvusername -
Returns:
id int or 0 if the blogtv username doesn't exist

Share

 No code available to analyze

Ohloh computes statistics on FOSS projects by examining source code and commit history in source code management systems. This project has no code locations, and so Ohloh cannot perform this analysis

Is this project's source code hosted in a publicly available repository? Do you know the URL? If you do, click the button below and tell us so that Ohloh can generate statistics! It's fast and easy - try it and see!

Add a code location

Community Rating

Be the first to rate this project
 
Click to add your rating
 
Review this Project!
Sample_ohloh_analysis
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.