android - Twitter Integration with Twitter 4j not working -


i`ve updated twitter 4j library 2.2.4 3.0.3 run application , click share when clicked twitter respond following page enter image description here

does body have issue before if how solve thank in advance

could lot of things:

  • connection problem;
  • temporary unreachable servers;
  • wrong/invalid/expired oauth token

first try again later, give @ settings page of twitter page. use these urls in app:

public static final string request_url = "http://api.twitter.com/oauth/request_token"; public static final string access_url = "http://api.twitter.com/oauth/access_token"; public static final string authorize_url = "http://api.twitter.com/oauth/authorize"; 

try log , debugging, maybe can find error directly code.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -