I am using Scribe Java API and restFB to work on facebook. Here my requirement is to post on user wall once he is registered. I wanted to show some good looking posts as here.
I want to share our logo instead of that image containing (100,000) and the title and description should be added by myself through java. I googled it and I got some suggestions to use this kind of stuff in html page and share that link. Here is the link what i expects in Java. But its in PHP. We can add our own image, title, description etc.., Similar I am looking in Java.
<meta property="og:title" content="YOUR TITLE HERE" />
<meta property="og:description" content="YOUR DESCRIPTION HERE" />
<meta property="og:image" content="YOUR THUMBNAIL URL HERE" />
I dont want to add the above mentioned stuff to jsp page and share that page. But I wanted to all stuff and share it through java code. So can anyone help me.