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
Post a Comment