Questions tagged [temboo]

Temboo is a cloud-based code generation platform with 2000+ processes for APIs, databases, and more. Reimagining programming for software & hardware developers.

35 questions
67
votes
10 answers

Stripe: downgrade a user at "period end"

Is it possible to downgrade a user at period end instead of immediately? I've combed through the API Docs but haven't been able to figure out how to accomplish this. As a workaround I'm currently immediately canceling the user's subscription, then…
Madbreaks
  • 19,094
  • 7
  • 58
  • 72
2
votes
0 answers

How to upload data from arduino to a free server

I have arduino mega 2560, and ESP8266 Serial WIFI Wireless. I want to upload data from the arduino to a server. do I need anything else but the ESP8266? (like GSM / ethernet ..?). and I need to upload this data to a free server, is parse.com good…
Atheel
  • 187
  • 1
  • 3
  • 16
2
votes
3 answers

nosuchmethoderror of method valueToString in JsonObject class using temboo

I am making an android app where user will get newsfeed/timeline/dashboard from different social media accounts. I used Temboo to implement this. During Oauth it gave me an error Caused by: java.lang.NoSuchMethodError: No static method…
2
votes
1 answer

How to Create a Temboo SDK?

I'm interested in using Temboo on languages that are not yet supported; C, C++, .Net, others. How can this be done? Do you have an interface or pattern to follow? Do I simply write methods similar to the descriptions here?…
BSalita
  • 8,420
  • 10
  • 51
  • 68
2
votes
1 answer

Using Temboo to post with Facebook and Twitter

I need to allow my app to post certain messages in user's Facebook and Twitter walls. The idea is as simple as presenting one button, and once the user clicks on it, he is requested to log in in his Facebook account (no matters the way) and give my…
thelawnmowerman
  • 11,956
  • 2
  • 23
  • 36
1
vote
1 answer

Is it possible to send a message to a SQS Queue upon a HTML website button press?

I am trying to find a way to connect SQS with a website. My general understanding of the project is that when a user clicks a button on the website it will send a message to the queue, and then I will have an Arduino receiving the message, which…
1
vote
1 answer

Temboo execute() Can't create handler inside thread that has not called Looper.prepare()

I am running Temboo Google Distance Matrix. https://temboo.com/library/Library/Google/DistanceMatrix/DrivingDistanceMatrix/ So I run the InputSet in a separate AsyncTask, then in the onPostExecute method of that AsyncTask, I start another AsyncTask…
PTN
  • 1,658
  • 5
  • 24
  • 54
1
vote
1 answer

Pass a JSON Item in Python (Twitter API)

I'm using the Temboo Twitter API for Python to download tweets. I want to interpret them but am having trouble pulling out certain values. It returns each tweet in JSON. I want to take certain items out of the JSON and pass them over for further…
PaddyGower
  • 43
  • 1
  • 4
1
vote
1 answer

Temboo Google Initialize OAuth for Java

I am using Temboo to do Google OAuth. I am currently on the OAuth Initialization step (before the Finalize step). I have successfully installed the Temboo SDK. The following is my initialization code (which was copied straight from Temboo with…
theGreenCabbage
  • 5,197
  • 19
  • 79
  • 169
1
vote
1 answer

Processing 2: Posting to Facebook error "The type Post is ambiguous"

Using Processing and the Temboo library to update a status to Facebook but I am encountering the following error: "The type Post is ambiguous" with this line seeming to be the highlighted cause "Post postChoreo = new Post(session);". Any advice on…
1
vote
1 answer

OAuth flow for Android Wear apps

I'm building a mashup app for Android Wear, using speech recognition so I can post to Fitbit's API. Single-purpose and pretty simple. I generated the OAuth 1.0 credentials with the excellent Temboo library and granted access in a desktop browser,…
user2302078
  • 142
  • 1
  • 11
1
vote
1 answer

How to use Curl to invoke a Temboo API?

How can I use curl to invoke a Temboo API? I want to get a list of all Temboo APIs. Below is the Curl example given on a Temboo Rest API webpage. I'm not sure how to change it for correct access. curl -k --basic -u user@temboo.com:test1234 --header…
BSalita
  • 8,420
  • 10
  • 51
  • 68
0
votes
1 answer

Arduino Temboo Google Sheets response code 0 returned, still not working

So I'm trying to update a gooogle sheet through Temboo and an Arduino Yun. I can run the AppendValues choreo and AppendRow choreo from the Temboo site just fine and everything updates, but running the choreos through the arduino .ino shows no…
0
votes
0 answers

Retrieve Data from a response object in PHP

New to php (used C and VB years ago) Using a Temboo API for Ebay, I'm attempting to retrieve messages from our eBay account. Although the API says it will return a JSON string, when executing it returns an object. Using…
0
votes
1 answer

401 unauthorized error while creating object in back4app via Temboo

I am creating an object in parse (using back4app parse server for this). I get the following error when I run the choreo in temboo. A HTTP Error has occurred: The remote server responded with a status code of 401. Typically this indicates that…
1
2 3