简体   繁体   中英

FaceBook connect in Android

I have Integrated Facebook in my Application.Take a FACEBOOK API from Github But I don't want to display dialog box to Publish string on wall Post.

facebook.dialog(this, "stream.publish", parameters,
new WallPostDialogListener());

What should I do in palce of this ...that dialog box will not come & After login I can Post on a Wall of Facebook..

Pls help me in this regard.

Thanks

It's a remote page that gets called in dialog inside WebView(according to me). So you cannot bypass it.

Copy the URL and paste it in browser you will see that page.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM