Re: [fw-general] Zend_Service_Twitter not working

2010-06-27 Thread Justin Hart
This is correct.

I personally had to delay upgrading the Twitter component on Twitgoo until
later because I still have clients logging in with username/password
credentials - so a oauth-only solution was not feasible. This will be forced
to change in a few weeks (http://dev.twitter.com/pages/oauth_faq says
Aug16).

You can find my interim twitter oauth extension here
http://bitbucket.org/onyxraven/zend-contrib/src/tip/zs-Twitter-Oauth/ - I'll
be moving that to git this week with an updated version, and will link back
there as well..

On Sun, Jun 27, 2010 at 8:26 PM, Shaun Farrell  wrote:

> Zend_Service_Twitter as of 1.10.6 requires oauth for logging in.
>
>
> Shaun J. Farrell
> Washington, DC
>
>
>
> On Sun, Jun 27, 2010 at 10:10 PM, Jack Houghton  wrote:
>
>>  Robert,
>>
>>
>>
>> Unfortunately, I may not be of that much help. I ran into the same issue
>> and switched to using cURL for my twitter feed (without OAuth). I posted
>> this to the list a month back and came away with the realization that
>> Zend_Service_Twitter was simply broken and based on cURL working with the
>> user/pass authorization I can confirm that OAuth is not yet required.
>>
>>
>>
>> Please let me know if you get anywhere with this.
>>
>>
>>
>> -Jack-
>>
>>
>>  --
>>
>> *From:* robert mena [mailto:robert.m...@gmail.com]
>> *Sent:* Sunday, June 27, 2010 7:32 PM
>> *To:* Zend Framework
>> *Subject:* [fw-general] Zend_Service_Twitter not working
>>
>>
>>
>> Hi,
>>
>>
>>
>> I am trying to use Zend_Service_Twitter (ZF10.6.5 / PHP 5.3.2) but it
>> always complains about the credentials even tough I've tested the
>> username/password. I found a post somewhere that Twitter will/was no longer
>> accept this and I'll be 'forced' to use Oauth.
>>
>>
>>
>> Is this true?  In that case does anybody have a quickstart?  The manual of
>> Zend_Service_Twitter does not cover that and I am unsure of how to add the
>> capability for my app to post stuff automatically
>>
>> No virus found in this incoming message.
>> Checked by AVG - www.avg.com
>> Version: 9.0.830 / Virus Database: 271.1.1/2966 - Release Date: 06/27/10
>> 14:35:00
>>
>
>


Re: [fw-general] Zend_Service_Twitter not working

2010-06-27 Thread Shaun Farrell
Zend_Service_Twitter as of 1.10.6 requires oauth for logging in.


Shaun J. Farrell
Washington, DC


On Sun, Jun 27, 2010 at 10:10 PM, Jack Houghton  wrote:

>  Robert,
>
>
>
> Unfortunately, I may not be of that much help. I ran into the same issue
> and switched to using cURL for my twitter feed (without OAuth). I posted
> this to the list a month back and came away with the realization that
> Zend_Service_Twitter was simply broken and based on cURL working with the
> user/pass authorization I can confirm that OAuth is not yet required.
>
>
>
> Please let me know if you get anywhere with this.
>
>
>
> -Jack-
>
>
>  --
>
> *From:* robert mena [mailto:robert.m...@gmail.com]
> *Sent:* Sunday, June 27, 2010 7:32 PM
> *To:* Zend Framework
> *Subject:* [fw-general] Zend_Service_Twitter not working
>
>
>
> Hi,
>
>
>
> I am trying to use Zend_Service_Twitter (ZF10.6.5 / PHP 5.3.2) but it
> always complains about the credentials even tough I've tested the
> username/password. I found a post somewhere that Twitter will/was no longer
> accept this and I'll be 'forced' to use Oauth.
>
>
>
> Is this true?  In that case does anybody have a quickstart?  The manual of
> Zend_Service_Twitter does not cover that and I am unsure of how to add the
> capability for my app to post stuff automatically
>
> No virus found in this incoming message.
> Checked by AVG - www.avg.com
> Version: 9.0.830 / Virus Database: 271.1.1/2966 - Release Date: 06/27/10
> 14:35:00
>


RE: [fw-general] Zend_Service_Twitter not working

2010-06-27 Thread Jack Houghton
Robert,

 

Unfortunately, I may not be of that much help. I ran into the same issue and
switched to using cURL for my twitter feed (without OAuth). I posted this to
the list a month back and came away with the realization that
Zend_Service_Twitter was simply broken and based on cURL working with the
user/pass authorization I can confirm that OAuth is not yet required.

 

Please let me know if you get anywhere with this.

 

-Jack-

 

  _  

From: robert mena [mailto:robert.m...@gmail.com] 
Sent: Sunday, June 27, 2010 7:32 PM
To: Zend Framework
Subject: [fw-general] Zend_Service_Twitter not working

 

Hi,

 

I am trying to use Zend_Service_Twitter (ZF10.6.5 / PHP 5.3.2) but it always
complains about the credentials even tough I've tested the
username/password. I found a post somewhere that Twitter will/was no longer
accept this and I'll be 'forced' to use Oauth.

 

Is this true?  In that case does anybody have a quickstart?  The manual of
Zend_Service_Twitter does not cover that and I am unsure of how to add the
capability for my app to post stuff automatically

No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 9.0.830 / Virus Database: 271.1.1/2966 - Release Date: 06/27/10
14:35:00



[fw-general] Zend_Service_Twitter not working

2010-06-27 Thread robert mena
Hi,

I am trying to use Zend_Service_Twitter (ZF10.6.5 / PHP 5.3.2) but it always
complains about the credentials even tough I've tested the
username/password. I found a post somewhere that Twitter will/was no longer
accept this and I'll be 'forced' to use Oauth.

Is this true?  In that case does anybody have a quickstart?  The manual of
Zend_Service_Twitter does not cover that and I am unsure of how to add the
capability for my app to post stuff automatically


[fw-general] Re: Zend_Auth namespace problem

2010-06-27 Thread debussy007

I found out,

This is the solution:
$auth = Zend_Auth::getInstance(); 
$auth->setStorage(new
Zend_Auth_Storage_Session(My_Constant_App::AUTH_NAMESPACE));
-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Zend-Auth-namespace-problem-tp2269963p2269968.html
Sent from the Zend Framework mailing list archive at Nabble.com.


[fw-general] Zend_Auth namespace problem

2010-06-27 Thread debussy007

Hi,

I run several sites on localhost. The problem is that for example if I
identify on one of the sites, I am identified on all of the sites.
Zend_Auth::getInstance()->getIdentity() will for example return the
authentication data of site A when i try to login on site B.

I think the only solution is to set a different namespace for Auth module in
each site, I guess this is possible, but how ?
Thank you for any help!
-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Zend-Auth-namespace-problem-tp2269963p2269963.html
Sent from the Zend Framework mailing list archive at Nabble.com.