The feed task should not be used anymore since Facebook deprecated
feeds. The good solution is now indeed stream_publich()

Cheers,

Fabrice Bernhard

On Jun 1, 12:51 pm, Maxime Teneur <[email protected]>
wrote:
> Concerning feed streaming, you can have a look on a task implemented in the 
> plugin:
>
> sfFacebookConnectPlugin/lib/task/facebookgeneratefeedTask.class.php
>
> It could be a good start, i guess
>
> However you can do your own stuff, and use directly the Facebook (old) API :
>
> sfFacebook::getFacebookApi()->stream_publish
>
> On 1 juin 2010, at 12:44, Raphael wrote:
>
>
>
>
>
>
>
> > Hi there,
>
> > I am trying to implement a simple Facebook connect on my website using
> > sfFacebookConnectPlugin, Symfony 1.4 and Doctrine but I am not sure I
> > am doing it right...
>
> > Everything works fine up to the point where a guardUser is created and
> > logged in after the user clicks the "connect with facebook" button but
> > after that, the $sf_user->getCurrentFacebookUid() always return NULL
> > (as well as sfFacebook::getFacebookClient()->get_loggedin_user())
> > the GuardUser created in the DB has a valid Facebook UID though...
> > Am I missing something? Is it normal and should I use the FBuid stored
> > in the db rather than get_loggedin_user()?
>
> > Additional question: does the plugin provide a way to publish news
> > feeds? I didn't find any documentation on this...
>
> > Thanks!!
>
> > --
> > If you want to report a vulnerability issue on symfony, please send it to 
> > security at symfony-project.com
>
> > You received this message because you are subscribed to the Google
> > Groups "symfony users" group.
> > To post to this group, send email to [email protected]
> > To unsubscribe from this group, send email to
> > [email protected]
> > For more options, visit this group at
> >http://groups.google.com/group/symfony-users?hl=en
>
> --
> Maxime Teneur
> La Netscouade
> ------------------------------------------------------------------
> Études,  Communication, Influence, Participation
> ------------------------------------------------------------------
> t: +33 (0)1 44 74 36 74
> m: +33(0)6 73 34 47 49
> 8 passage Brulon, 75012 Paris
> [email protected]

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to