9 years, 11 months ago.

Import the example to FRDM-K64F

Hi I trying to import to FRDM-K64F but have a lot of errors when I compile, could you help me with this? best regards

Question relating to:

Sample code using OAuth library for twitter. OAuth, twitter

2 Answers

9 years, 11 months ago.

Hello braulio elias chi salavarria,

always follow the Kevin suggestion above, use the newest revision for mbed.bld as K64F is new platform and there can occur bugfixes.

To your question, OAuth4Tw uses non-official Ethernet library, which supports only 2 LPC platforms, therefore won't compile for anything else.

Regards,
0xc0170

Accepted Answer

Exist any other way to tweets from mbed? I saw that with proxy, but really don understand, any suggestions?

posted by braulio elias chi salavarria 05 Jun 2014

most of users were using supertweet (including me), have not seen any other option. I might look at Oauth4Tw to see if I can make it for all platforms.

posted by Martin Kojtal 05 Jun 2014
9 years, 11 months ago.

Be sure that you have selected the correct mbed platform. In the upper right-hand corner, just above "Program Details", select the K64F

...kevin