Facebook Page and Instagram API

Can I add Facebook page and Instagram to vaadin? I’m stuck with it.

Yes you can! You just need to call the API’s of the same, which you can get from there official website under developer section. There are some add ons also which will take care of the authentication too.
https://vaadin.com/directory/component/oauth2-popup-add-on/overview
https://vaadin.com/directory/component/oauth-popup-add-on/overview

There is also an another thread related to same, might help you.
https://vaadin.com/forum/thread/7722548

Shaini Sinha:
Yes you can! You just need to call the API’s of the same, which you can get from there official website under developer section. There are some add ons also which will take care of the authentication too.
https://vaadin.com/directory/component/oauth2-popup-add-on/overview
https://vaadin.com/directory/component/oauth-popup-add-on/overview

There is also an another thread related to same, might help you.
https://vaadin.com/forum/thread/7722548

Hi, Shaini. I will try this tomorrow.
Thank you very much. :slight_smile:

I want to make it like this. See attachment.
17282388.jpg

Rustico III Guitarte :
I want to make it like this. See attachment.

For this you can use there page plug-in with timeline
https://developers.facebook.com/docs/plugins/page-plugin/

Shaini Sinha:

Rustico III Guitarte :
I want to make it like this. See attachment.

For this you can use there page plug-in with timeline
https://developers.facebook.com/docs/plugins/page-plugin/

Yes, I used that but I don’t know how to connect it with vaadin. I import html then I try to connect it to java class. By the way, I’m using vaadin 10. I’m just a beginner.