开发者

facebook status update

开发者 https://www.devze.com 2023-04-13 08:25 出处:网络
I am having problem in updating status on facebook. I am using Facebook sdk, the problem is that my status is getting post but not showing text. Here is my code ---->

I am having problem in updating status on facebook. I am using Facebook sdk, the problem is that my status is getting post but not showing text. Here is my code ---->

public class NetRockersUpdate extends AsyncTask{

    @Override
    protected String doInBackground(String... msg) {
        // TODO Auto-generated method stub
         nra = (NetRockersApp)getApplication();
        String result = "Status Posted Successfully";
        Bundle parameters = new Bundle();
        parameters.putString("test", msg[0]);
        parameters.putString("method", "stream.publish");
        try {
             nra.facebook.request(para开发者_如何学编程meters);
        } catch (FileNotFoundException e) {
            // TODO Auto-generated catch block
            e.printStackTrace();
        } catch (MalformedURLException e) {
            // TODO Auto-generated catch block
            e.printStackTrace();
        } catch (IOException e) {
            // TODO Auto-generated catch block
            e.printStackTrace();
        }
        return result;
    }

}


Check all the below post : I explained how to Post on User wall:

Post on User's Facebook Wall

Post to user Wall with Description,title,caption and link

Post on Wall..


you don't have a "message" key in your parameter.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号