Amal G Jose
Amal G Jose

Reputation: 2536

How to upload images to facebook using Graph API

Can anyone help me by suggesting on the way to upload images to facebook in Java using Facebook Graph API?

Upvotes: 1

Views: 1978

Answers (1)

Robert Harvey
Robert Harvey

Reputation: 180788

I suggest you use restfb to do this. It should greatly ease your learning curve.

There's an example using restfb to upload images to facebook here: facebook: Post photo to timeline with restfb

Upvotes: 2

Related Questions