can any one help me out find the linkiden authentication api for j2me.....i need search results of linkiden..
can any one help me out find the linkiden authentication api for j2me.....i need search results of linkiden..
Just to make sure: have you been to https://developer.linkedin.com/documents/authentication already?
hmm yea i have seen that site but the jar they r providing is heavy and its for complete java i dnt think i can use it for j2me
That is one thing, however they describe the mechanisms you need, for example the fact that it is based on OAuth. And OAuth is a topic which is frequently discussed on these boards, there may be related articles in the Wiki too.
rchadalawada
I implemented my own OAuth authentication for Instagram.
I can not call it an API, it is like a hack, after sniffing a real connection and recreating a similar mechanism based on HttpConnection, cookies, and so on.
If you want to get inspired, see the method "login" in the following file:
https://github.com/marcelobarrosalme...tagramAPI.java
I think it is possible to make this mechanism more general, towards a J2ME OAuth API. Maybe after your Linkedin authentication
Marcelo
Hi,
I found something really interesting regarding handling oAuth for j2me
https://github.com/simonpk/j2me-oauth
and how to implement it is described in a small blog written by one of our frnds..
http://freeapis.blogspot.in/2010/05/...e-in-j2me.html
I guess we can use this for tweetr,facebook,linkiden,google yahoo etc
It seems interesting. I will give it a try soon ... Thanks for sharing !
On Github, there are two more projects which could be a starting point:
– Fire Eagle.