Open Source TembooKit

One of the unfortunate downsides to Xojo development is a lack of social API’s. All the latest web services and SaaS apps rarely (if ever) provide Xojo modules/classes for integration.

A recent project required we integrate with Facebook and Twitter and we turned to Temboo (http://www.temboo.com) for help. Starting at just $9/month for 10,000 queries a month (and a free tier capped at 1,000) Temboo helps you integrate with the Web easily.

Learn more about how we integrated Temboo with Xojo and the open source TembooKit project here: http://www.1701software.com/blog/open_source_tembookit.php

Very cool. Thanks for letting us know, Philip!

Very nice!

Indeed!

I have Facebook and Twitter modules that use native APIs no external source available. These use a torn-down version of my http 1.1 socketclass since xojo sockets only support http 1.0 ( api servers will deny requests made with 1.0 protocol). The twitter has desktop and web edition (the web edition wall feed custom control and source is freely available in my webedition templates as part of the xojo developers library) and Facebook class can be used in desktop or web edition. For every aspect of fbook from mail pics posting deleting you name it :slight_smile:

Put them on Github!

@Phillip Zedalis @scott boss
The HTTPSocket 1.1 encrypted class is free to use available at xojodevspot.com in the downloads and in the downloadable library package. The source is also for sale (and on sale through may 6th) at xojodevspot.com for custom “put”/“delete” implementations (ie facebook api)…its been available publicly for a few years now…but rarely stumbled upon :slight_smile:

[quote=85198:@Matthew Combatti]@Phillip Zedalis @scott boss
The HTTPSocket 1.1 encrypted class is free to use available at xojodevspot.com in the downloads and in the downloadable library package. The source is also for sale (and on sale through may 6th) at xojodevspot.com for custom “put”/“delete” implementations (ie facebook api)…its been available publicly for a few years now…but rarely stumbled upon :-)[/quote]

I was not able to find any information for it on your site?

The main “Xojo Developer’s Library” for Windows, Mac, and Linux (available on the frontpage) contain the control. Or it can be found at:

XDS Store:
http://xojodevspot.com/applications/easyshop/easyshop.php?prod.5

Xojo Developer’s Spot Downloads:
http://xojodevspot.com/download.php?view.79

@Matthew Combatti , Those two links leads to HTTP 1.1 classes. I cannot find the twitter examples cited…