selenin Posted February 26, 2011 Share Posted February 26, 2011 Hi Do I have to make a preg_match() for this: O:23:"Zend_Oauth_Token_Access":1:{s:10:"�*�_params";a:4:{s:11:"oauth_token";s:50:"245475247-5pG1VUSK54pJSNrEqRrIw0TdtFkANtVDjoAGuUvj";s:18:"oauth_token_secret";s:41:"U6NwDpNvI7rp2rYfcPO7BSTZUXXepfVctNSi1JnsU";s:7:"user_id";s:9:"245475247";s:11:"screen_name";s:14:"esoterikforums";}} I would need "esoterikforums" Quote Link to comment Share on other sites More sharing options...
.josh Posted February 27, 2011 Share Posted February 27, 2011 no you should be using the relevant methods from the zend framework to parse that. http://framework.zend.com/apidoc/1.10/Zend_Oauth/Zend_Oauth_Token.html#var$_params Quote Link to comment Share on other sites More sharing options...
selenin Posted February 27, 2011 Author Share Posted February 27, 2011 Thanks a lot Crayon Violent, but this is too difficult for me , I'm not yet able to work with classes and objects, can only modify them a bit, but I will learn it... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.