Get X shouts from a user

Given a user's findmeon.com id ( 32 hex chars ) , will list 1-15 of the last shouts visible to that id

Location
Required Query Args
Optional Query Args
Returns
Alternate Path
An alternate path is provided for use as a 'dynamic js' page element
Alternate Path - Example Usage
<script src="http://api.FindMeOn.com/v1/findmeon/findmeon=xxxxxxxxxxXXXXXXXXXXxxxxxxxxxxXX/api_key=yyyyyYYYYYyy/qty=z/get_shouts.js" type="text/javascript"></script>
			
Alternate Path - Example Result
The alternate path will return info such as this
				var fmo__shouts_####findmeon_id####= { json object };
			
as an example
				var fmo__shouts_xxxxxxxxxxXXXXXXXXXXxxxxxxxxxxXX= { "result":"success" , "shouts":[] };
			

«Back To v1 Documentation