hey @bonnell…thanks for your reply…just want to know is there any other twitter card which i can use for both browser and twitter native app… and if it is not possible to see card on both browser and application is there any other way i can share image and text with twitter and get tweet id of particular post… i also used this particular code for sharing image and text…
Intent i = new TweetComposer.Builder(getActivity())
.text(field_text_description.getText().toString())
.image(uri)
.createIntent();
startActivityForResult(i, TWEETER_REQ_CODE)
but in this case i m not getting tweet id of that particular post…any help will be really appreciated…