Use LinkedIn, Facebook, Youtube API for extracting information of other users

Not applicable

I have two questions

the first question

can I Use LinkedIn, Facebook, Youtube API for extracting information of other users like in

Linked in : experience of the user , recommendation that mentioned in user profile

in Facebook : posts by the user

in YouTube : video details like number of like, dislike and comments of the video

I need this information for another users to do some analysis

the second question

How I can use these API's in Java Application

Thanks

0 4 1,086
4 REPLIES 4

Facebook, LinkedIn & Youtube provide public APIs do that. You can read their documents https://developers.facebook.com/docs/graph-api & https://developers.google.com/youtube/getting_started to see how your requirements can be achieved.

However this is not a relevant question for this forum.

Dear @Rana ,

Yes, You can able to do that. You can mashup APIs using Apigee Platform and expose as a single API. Implementation details are beyond the scope of Q & A here. You might need to figure out on your own.

Take a look at Javascript API policy using which you can mashup different APIs. Consuming API in java should be straight forward. Refer online tutorial similar to this one for more details.

Cheers, Anil sagar

@Anil Sagar : dear Sir, I am trying to configure Youtube and Facebook API through APIGateway. But unable to do it. I went through all the documentation and followed the steps. Still not able to get through. Request you to please share the steps for configuring these apis.

Dear @Rana ,

Welcome to Apigee Community. As said by @sudheendra1 , Question is not relevant to this forum but if you are interested we welcome you to explore Apigee Platform which solves your problem by creating a single API which mashups different APIs. It's not easy and straightforward but achievable and involves little bit of learning.

Cheers,

Anil Sagar