Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is anyone aware of LinkedIn api for blackberry java based development?

is anyone aware of LinkedIn api for blackberry java based development? please tell me how to implement this in blackberry application

like image 400
Govindarao Kondala Avatar asked Jan 22 '26 18:01

Govindarao Kondala


2 Answers

LinkedIn-J is a Java wrapper for the LinkedIn API.

like image 99
Jasper Avatar answered Jan 24 '26 07:01

Jasper


Do you mean a java library? I don't know if it exists for BB, but very likely it doesn't. If there's a Java API for other platform, as long as it is source compatible with Java 1.4 you can reuse some parts.

There is a REST API anyway: http://developer.linkedin.com/rest

like image 40
Mister Smith Avatar answered Jan 24 '26 07:01

Mister Smith