I have a Sample App Posting Test and photo update on my wall separately. I want to combine them so that I say something, 'Hey everyone, this is my dog's picture!
Create a bundle and enter all the information in it:
< Code> bundle postpay = new bundle (); PostParams.putString ("name", "example"); PostParams.putString ("Caption", "Caption of Image."); PostParams.putString ("Details", "Keep Your Position Here."); PostParams.putString ("Picture", "www.example.com/image.jpg");Now use this bundle in the object that you do to post on the timeline.
Hope this helps :)
No comments:
Post a Comment