I read all the posts here and there but couldn't find any solution specific to my need. so I am asking you veterans to see if this is even possible.
In essense, How can i make Consumer java app works to MySpace as Service provider using Restful API to get Any Users public profile and friends list. Does this possible without users' permissions? they are public information anyway. right?
My app don't need to modify any data for those, just need to view only public information.
I could do it with screen scrapper to find those information but I think RESTFul API is much better and cleaner solution.
Problem and Question is how do I make it work with OAUTH even thou I am only accessing public information?
Desired Application Flows will be like this
Enter user id -> choose between [ profile | friends ] -> Display xml data to app user.
Very simple, but I am all confuse now I think because of OAUTH.
Please Help