Page 1 of 1

Integrate Factual API

Posted: Thu Jun 21, 2012 4:38 am
by Derrick Johnson

Im looking to integrate the factual API. It require Oauth authentication.

http://developer.factual.com/display/...

Example
Authorization:
OAuth
oauth_consumer_key="L8EV8QCTylBk3FacaGvPbM9wIGiRFkkVofO9C1Rc",
oauth_signature_method="HMAC-SHA1",
oauth_timestamp="1336689694",
oauth_nonce="2623710708",
oauth_version="1.0",
oauth_signature="NqN0PLXQyvkqgau1Bd3UmcXUO3k%3D"

http://api.v3.factual.com/t/5qM6cU?fi...


Integrate Factual API

Posted: Thu Jun 21, 2012 4:56 pm
by maxkatz

oauth.js is included in every Tiggzi app so you should be able to use Factual API. StackMob tutorial uses oauth: http://help.tiggzi.com/getting-starte..., (although it's a slightly simpler version of using oauth).