Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

Tagged with
5 votes
3 answers
4k views

Reward user after successful sharing on social media on Android?

I'd like to know how to reward a user in my app after it has been successfully shared (from inside my app using a button) on any social media (Facebook, Twitter, Google+ etc.) Is there something like ...
user avatar
0 votes
0 answers
71 views

How compress a very high image to share on Facebook, Twitter or Whatsapp?

I am creating an app for sharing texts in images. The problem I have is that I generate a very high image. Depending on the text it can be to 20000 pixels of height and 1500 pixels width. Even though ...
pablogupi's user avatar
  • 774
-1 votes
1 answer
57 views

application specific flag or attribute in Twitter tweet/Facebook post or comment

I am developing an app on Google App Engine. In that I am reading tweets and FB post/comments and saving respective domain objects in my DB. At the same time I can reply to tweet/FB post from my app ...
Pokuri's user avatar
  • 3,072
3 votes
1 answer
2k views

A ConnectionFactory for provider 'twitter' has already been registered

I'm overriding the default Spring Boot configuration for Spring Social Twitter and Facebook. I'm getting the following error when I run the application. org.springframework.beans.factory....
Mario Dennis's user avatar
  • 2,996
1 vote
1 answer
3k views

FATAL EXCEPTION: main java.lang.NullPointerException: uriString while trying to share image to social media intent Android

Hello I'm trying to enable my android app to post an image made from the app to facebook or twitter or instagram. I copied an exact example from someone else and it still doesn't work. public void ...
MarkBtesh's user avatar
1 vote
2 answers
233 views

Why does www.twitter.com return a different IP address sometimes with InetAddress/getHostAddress()?

Why www.twitter.com returns a different IP address sometimes I run this java code? InetAddress host = InetAddress.getByName("www.twitter.com"); System.out.println("www.twitter.com" + " : " + host....
Patrick Lee's user avatar
1 vote
0 answers
210 views

WebView File Chooser JAVA Android

I'm making an Android app that is web base social media sites all in one and I am having trouble with Twitter and Google plus won't allow me to upload a photo, it will let me choose one but will not ...
Max J's user avatar
  • 11
0 votes
1 answer
351 views

EnableTwitter and EnableFacebook cannot be resolved

I am trying connect my current spring project with Twitter and Facebook, and for this I am following the instructions from this two posts: https://spring.io/guides/gs/accessing-facebook/ https://...
Kleber Mota's user avatar
  • 8,805
5 votes
1 answer
157 views

How do I notify a user when social login is blocked by a proxy?

I have implemented Facebook Login in my application but when i tested my application in my office Facebook Login is not working because Facebook is blocked in my company but it look like odd when i ...
JavaBeigner's user avatar
15 votes
4 answers
14k views

Android - How do I detect if user has chosen to share to Facebook or twitter using intent?

I've created an application which shares to facebook, twitter etc. But I want to perform different functions dependent on who the user is sharing to, for instance if the user is sharing to Facebook do ...
user avatar
0 votes
1 answer
578 views

Building oauth login with Scribe

I have read too much pages and tried scribe samples but I miss the most important point - what is unique and persistent user id for oauth authentication? I want to implement website where user can ...
Leos Literak's user avatar
  • 9,270
1 vote
3 answers
2k views

How to post image to twitter in android

I want to post an image that is created in my app to twitter. I don't know how to do this and I was wondering if there is an SDK for titter like there is for Facebook? Thanks in advance
James's user avatar
  • 113
0 votes
1 answer
142 views

how to upload an image to facebook from android

I'm a new coder to android and I need to upload an image from my app to Facebook and/or twitter. I know that I need to use the Facebook SDK for Facebook, but I have no idea what to use for twitter, or ...
James's user avatar
  • 113
1 vote
1 answer
77 views

Listen to messages from various texting applications

Is there any way for android to listen to facebook or twitter messages (maybe whatsapp or viber or skype messages also ). I would like to know when message from certain application arrives. Is that ...
Firefoxx Pwnass's user avatar

15 30 50 per page