I'm trying to post a direct message to twitter on the yun, via Temboo.
it seems to work when the .ino script only does that. However, when I embed the SAME code within my code, it won't post (sometimes (-c) missing Choreo ID (?????) , sometimes with the full missing one of the input parameters). All this with same code.
It is not reliable at all.
Hi, hard to say without seeing your code..
Maybe you are running out of memory (you can check memory usage using code like this: Arduino Playground - AvailableMemory).
Start storing all string constants in flash memory rather than ram Arduino Playground - Memory
opkg update #updates the available packages list
opkg install python-openssl #adds ssl support to python
opkg install distribute #it contains the easy_install command line tool
easy_install twython