We’d like to share photos to SNS, ex. FB via the camera whose OS system is ThreadX RTOS.
But we cannot find any SDK resource for ThreadX RTOS system.
Could we have any chance to share phtots to FB via ThreadX RTOS system?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Facebook’s API is based on structured HTTP calls, you could write code to interact with it in any language with a networking stack; the documentation should be applicable to any language you’re using, though it will probably reference Facebook’s PHP or Javascript SDK in the examples.
Your biggest problem will be authentication, which requires a web browser with internet access on the device for the user to log in and grant access to your application; if you can find a way to do that, you shouldn’t have other problems with the API