Well right now it’s not working, but for facebook I can get it to provide the details my site needs to autopopulate an account.
It’s this command that produces the error:
$response = (array) $twitteroauth->get(‘account/verify_credentials’);
It gives error code 220: “Your credentials do not allow access to this resource [code]”
Why not? What do I need to do to fix this? Is there a setting or is it wrong to use the get function for this?