android - How to like Facebook status from app? -


i building facebook app in want use "like" functionality. when user clicks on button of status should updated in facebook database. there url or there method in facebook sdk it, , comments well?

got answer here android how post facebook 3.0 sdk , second one....

request likerequest = new request(session.getactivesession(), fbpostid + "/likes", null, httpmethod.post, new request.callback() {           @override          public void oncompleted(response response) {                 log.i(tag, response.tostring());          } }); request.executebatchandwait(likerequest); 

Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -