Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

Commit

Permalink
Merge branch 'related_results_entities'
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalossilva committed Jan 26, 2012
2 parents 89358bd + f38279d commit dac8d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitter4j-core/src/main/java/twitter4j/TwitterImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -1832,7 +1832,7 @@ public String getPrivacyPolicy() throws TwitterException {
public RelatedResults getRelatedResults(long statusId) throws TwitterException {
ensureAuthorizationEnabled();
return factory.createRelatedResults(get(conf.getRestBaseURL() + "related_results/show/"
+ Long.toString(statusId) + ".json"));
+ Long.toString(statusId) + ".json?include_entities=" + conf.isIncludeEntitiesEnabled()));
}

/* Help Methods */
Expand Down

0 comments on commit dac8d9a

Please sign in to comment.