I have performed Twitter Integration in Android. I have already done status(message posting part). But i am unable to post the picture on Twitter.
Kindly Let me know ASAP step by step.
Thanks in advance.
Related
I have searched a lot for sending videos to twitter using android application. But I could not get solution. Please help me how to upload video to twitter using android application? Thanks in advance
Its not possble to upload video on twitter.
Possible approach is to upload video on some third party server and then share URL on twitter.
Check similar post by me long ago.
Upload video on twitter
Refer this link Click here .....Twitter video share this may be useful to others . I have made up a library by extending twitter4j library . Note this is used for only Silent Video share i.e Without using the composer .
I am trying to integrate a twitter FOLLOW US button in my android app. So that if user clicks the button, he/she start following my application page on twitter. I downloaded Twitter4J for it. But I am confused how and where to start with. I have seen a lot article on sending a tweet to an account but nobody mentions any thing related to FOLLOW. Can anybody please guide the steps I should follow to create this follow button.
Thanks.
You have to call createFriendship function for this.
For the coding help , Here is help for how to integrate that
Probably duplicating SO Question Android, Twitter, 'FOLLOW US'
I am developing an android application in that I want to upload videos to my and my friend's Facebook profile. I have seen Facebook android SDK but I am not able to work out from where to start? I don't know, how to authenticate user? Also I don't know how to upload videos?
Can any one tell me which steps I need to take to upload video to Facebook? If possible also give sample code.
Please help me.
Thanks in advance.
Hello everyone I have search on net and I found some help for my question. I have successfully implemented video uploading but some steps you need to take before you upload.
Please refer this link and implement the given case. It will allows you to do login and then use this link to implement video upload.
I have solved my problem but I have posted this answer just to help those people who face the similar problem.
How would i go about loading a use's image into a application? I already know how to use sso and authentication and get user info and other things. Just dont know how to retreive the profile picture.
How would i go about doing thiEDIT: I am using easy facebook sdk. That question didnt really anwser my question.
I m using share to Facebook using the following url and load that url in web view but i cant able to type comments and also some time post button is also not working.
http://www.facebook.com/sharer.php?u=xxx&t=yyy&refsrc=http://m.facebook.com/sharer.php
Can any one provide good solution or an alternative for this (plz give example for using api for facebook share and wall post).
Thank you.
I have written a quick tutorial about how to integrate official Facebook Android SDK into your Android apps.
Check it out here. I feel it'll help you