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

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -