I am developing a Java ME application and I want to give it social features. Is it possible to connect to Facebook or Twitter directly from the application without an intermediate server?
These APIs are just HTTP when it comes to bit-by-wire. Java ME supports HTTP with classes in the javax.microedition.io package. *.
http://java.sun.com/javame/reference/apis/jsr118/javax/microedition/io/Connector.html
http://java.sun.com/javame/reference/apis/jsr118/javax/microedition/io/HttpConnection.html
- , ISTR GET POST , , RESTful PUT DELETE.
Java API Twitter
Facebook Java
, .
- - , API, , - (, , ).
!
Source: https://habr.com/ru/post/1718762/More articles:Can a post assembly go to a specific line of code? - visual-studioTrying to return a specified number of characters from a gene sequence in R - stringQueuing setTimeout in javascript - javascriptКак создать несвязанный подчиненный отчет в другом несвязаном отчете - c#What is the best resource for learning evidence-based planning? - project-managementSQL Statement (s) - sqlWhat is a good way to optimize an Oracle query to find a substring? - performanceЗамена панели проводника в окнах? - windowsPassing value from parent form to child form using javascript showModalDialog - javascriptПредотвращение затопления опроса - securityAll Articles