Monday, 15 September 2014

Facebook android integration image sharing -



Facebook android integration image sharing -

i using facebook sdk library integrating facebook in andriod app. conecting , posting message correctly when seek image message gives error in responce.

string response = mfacebook.request("me"); bundle parameters = new bundle(); parameters.putstring("message", "abc"); parameters.putstring("picture", "http://www.google.com.pk/imgres?um=1&hl=en&tbo=d&biw=1366&bih=667&tbm=isch&tbnid=cp0_fjwyf8mtem:&imgrefurl=http://valeriaalves.com/casa/js/goog-pictures&docid=cbjzisb_ap6c0m&imgurl=http://valeriaalves.com/casa/js/goog-pictures-753.jpg&w=400&h=282&ei=qcojub-ha5sq4gswpygydg&zoom=1&ved=1t:3588,r:0,s:0,i:76&iact=rc&dur=463&sig=115747166598885772962&page=1&tbnh=177&tbnw=247&start=0&ndsp=15&tx=107&ty=61"); response = mfacebook.request("me/feed", parameters, "post");

kindly help me in solving issue.

try:

params.putstring("message","photo upload test"); params.putbytearray("picture", photo); // photo byte[]

and alter me/feed me/photos

android facebook facebook-graph-api

No comments:

Post a Comment