helpPrivacy() public method

Returns Twitter's Privacy Policy
public helpPrivacy ( ) : array
return array
Example #1
0
 /**
  * Tests Twitter->helpPrivacy()
  */
 public function testHelpPrivacy()
 {
     $response = $this->twitter->helpPrivacy();
     $this->assertArrayHasKey('privacy', $response);
 }