You cannot post messages because only members can post, and you are not currently a member.
Description:
This group has been set up for developers to learn about and discuss the TripIt APIs.
|
|
|
Create AirObject with JSON
|
| |
I'm trying to create an Airobject through JSON, but i'm getting an error xml: *<Response><Error><code>400</c ode><description>no document present under request parameter key 'xml'</description></Error></R esponse>* So I'm probably missing something here, but I don't really know what exactly; my JSON AirObject seems okay: *... more »
|
|
Access to a single travel arranger account from multiple end users
|
| |
We are developing a web app where we use a single TripIt for Business
travel arranger account to redisplay trip information to multiple
(authenticated and authorized) end users of our application. This
works great in testing using HTTP Basic authentication, but I am
unsure of how to migrate this to OAuth. Our end users do not have... more »
|
|
API limit
|
| |
Can anyone advise on what the hit limit is for a TripIt API key that
is obtained through the TripIt dev page? i.e. XXX hits per day/
month?
thanks
|
|
OpenID providers on OAuth authorization page?
|
| |
Hello, On the OAuth authorization page, if the user is not logged in, the only way for them to login is if they use their TripIt email and password. For users that use Facebook, Google, or other OpenID providers, there's no way for them to login at that screen. I've tried using [link]...... more »
|
|
crsLoadReservations with trip_id
|
| |
If I call crsLoadReservations and have <trip_id> inside of
<AirObject> , I get the error "(401) Unauthorized"
How can I make sure that the load will be assigned to proper Trip ?
Here is sample XML:
<CrsRequest>
<AirObject>
<is_client_traveler>true</is_c lient_traveler>
<booking_site_name>hello.com</ booking_site_name>... more »
|
|
Help: "error while creating a new image with no image data"
|
| |
Hi all,
Code that was able to create Lodging objects successfully using TripIt
API fine, suddenly broke and returns with 400 error code and message:
error while creating a new image with no image data.
XML Response from TripIt and XML content of request sent are as
follows:
I appreciate any help.... more »
|
|
Invalid Signature
|
| |
Hi,
I'm trying to integrate TripIt with my website, and have hit a
blocker.
To get an access token, I've generated a request like below:
[link]... more »
|
|
Add latest activity using tripit api ?
|
| |
I am a php developer and using Tripit API for my website.
Can I add activity (Latest Activity) using Tripit API ?
"Latest Activity" tab comes under "Profile" menu in Tripit website.
If this can be done using API, then please give me some reference
website link, and if possible then some php code snippet.... more »
|
|
|