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
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
Post a Comment