Jump to content

twitter passwords


xymalf

Recommended Posts



$form_error			= 0; 							# Assume no errors

$twitter_username	= $_POST['twitter_username'];	# A Twitter member account
$twitter_password	= $_POST['twitter_password'];	# The password to Twitter
$group_members		= $_POST['group_members'];		# The url for the RSS feed
$submit_button		= $_POST['submit_button'];		# For validation of origin

$group_members		= trim($group_members); 		# make sure list is trimmed
$twitter_username	= strtolower($twitter_username); # store as lowercase

$this_dir 			= getHTTPpath($_SERVER['HTTP_HOST'],$_SERVER['REQUEST_URI']);

 

why won't this method of sending twitter a password now work?

 

 

Link to comment
https://forums.phpfreaks.com/topic/266382-twitter-passwords/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.