android - How do I post data into the Facebook wall without login-dialogbox? -



android - How do I post data into the Facebook wall without login-dialogbox? -

i working on android app come in text in edit box. want send text typed (i.e. edittext.gettext()) facebook status. of import thing don't want facebook dialog box pop up, instead, send message status without dialog box. there way post without dialog box?

i not sure utilize total you,

masyncrunner.request(null, params, "post", new photouploadlistener(), null); masyncrunner.request("me/photos", params, "post", new photouploadlistener(), null);

and still if problem exists because of existing facebook app in device, might have create login compulsory.

in piece of code,

do public void loginandposttowall(){ facebook.authorize(this, permissions,-1, new logindialoglistener()); }

it should trick.

android facebook

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

content management system - How to allow only English submissions on Pligg CMS -

c++ - Is it possible to apply breadth-first search algorithm of boost library to matrix? -