Skip to content

Commit

Permalink
Update request for Twitter fetch_profile_picture method
Browse files Browse the repository at this point in the history
  • Loading branch information
allilevine committed Oct 12, 2021
1 parent 4619936 commit 8f7df14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/services/extended/twitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function test_connection() {
}

function fetch_profile_picture() {
$res = $this->request( add_query_arg( array( 'user_id' => $this->token->get_meta( 'external_id' ) ), $this->user_info_url ), array( 'method' => $this->user_info_method ) );
$res = $this->request( $this->verify_url, array( 'method' => $this->verify_method ) );
if ( Keyring_Util::is_error( $res ) ) {
return $res;
}
Expand Down

0 comments on commit 8f7df14

Please sign in to comment.