Fixed  facebook profile bug

Actually, for usability, if it detects a facebook profile URL, why not automatically try to extract the facebook username or userid from it, and if successful, save that instead of kicking back the error? (If that can be done reliably)
 
Actually, for usability, if it detects a facebook profile URL, why not automatically try to extract the facebook username or userid from it, and if successful, save that instead of kicking back the error? (If that can be done reliably)

Seems like a helpful solution. Would be pretty easy to implement too.
 
Seems like a helpful solution. Would be pretty easy to implement too.

It would appear to be easy to implement, but you would *not* want false positives-- i.e., extract something that is not the user's username or userid and use that. So it's not trivial either.
 
Top Bottom