facebook - Android: Fb adding privacy not working -


while login fb @ time privacy webview fb poped up. after trying update privacy while posting not working.

is there api need call.

bundle params = new bundle(); jsonobject privacyobj = new jsonobject(); privacyobj.accumulate("value", "everyone"); params.putstring("privacy", privacyobj.tostring());  graphrequest request = new graphrequest(accesstoken.getcurrentaccesstoken(), "/me/live_videos", params, httpmethod.post, new graphrequest.callback() {     public void oncompleted(graphresponse response) {      } } ); request.executeasync(); 


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -