dinasaif / socialauth-android

Automatically exported from code.google.com/p/socialauth-android
0 stars 0 forks source link

Login Sharing by Individual Button click #152

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Sign in by click individual button click, need not show all social   
   Icons.
2. Sharing by click individual button click, need not show all social 
   Icon 
3. Sharing and Posting on Facebook, Twitter wall with Title, Image 
   and Description.

4. Logout from anywhere from my application.  

What is the expected output? What do you see instead?

I would have wanted to be able to upload image to Facebook and Twitter

What version of the product are you using? On what operating system?

socialauth-4.4
socialauth-android-3.1
Linux OS

Please provide any additional information below.

tshare.setOnClickListener(new OnClickListener() {

@Override
    public void onClick(View arg0) {
    // TODO Auto-generated method stub
    try {
//       adapter.updateStory(message, name, caption, description,               
                                 link, picture, listener);
         adapter.updateStory(
"Hello Friends" + System.currentTimeMillis(),
"Maheswaran","WithYourWords posted this",
"The Facebook SDK for Android makes it easier and faster to develop Facebook 
integrated Android apps.",
"https://www.facebook.com/radha.regent.5", 
"http://carbonfreepress.gr/images/facebook.png",
new MessageListener());
} catch (UnsupportedEncodingException e)
 {
    // TODO Auto-generated catch block
    e.printStackTrace();
}
}
});

Original issue reported on code.google.com by mmaheswa...@gmail.com on 3 Mar 2014 at 5:18

GoogleCodeExporter commented 8 years ago
Hi,

Currently due to api changes in facebook you may not able to post on facebook 
wall and upload image. 

We are working on releasing new version but the expected release date is around 
15 march.

We recommend to go through wiki before posting issues ( For issue no 1 and 2)

Original comment by vineet.a...@3pillarglobal.com on 3 Mar 2014 at 7:09

GoogleCodeExporter commented 8 years ago

Original comment by vineet.a...@3pillarglobal.com on 10 Mar 2014 at 10:01