hi,
I like to see a simple 'hello World' facebook app in Tapestry5, is there
any?
Angelo
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/ANN-Tapestry-Facebook-components-tp3403224p4262246.html
Sent from the Tapestry - User mailing list archive at
On Thu, 24 Mar 2011 08:56:25 -0300, Angelo C.
wrote:
I created an issue, actually if I can find a way to specify t:events as
null,
Have you tried prop:null?
--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,
and instructor
Owner, A
I created an issue, actually if I can find a way to specify t:events as null,
it should work, now I just modify the code to have no events at all, just a
quick hack until you come out with a new one.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/ANN-Tapestry-Facebook
Glad you got it working. On my project I always wanted those callbacks
so that's the way I defaulted it. My plan was to look at the
containing component to see what callbacks it has and default to that.
If you create an issue on GitHub it will remind me to do that.
w this message in context:
http://tapestry.1045711.n5.nabble.com/ANN-Tapestry-Facebook-components-tp3403224p4261922.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsubscr..
Thanks for the sample, how to provide a thumbnail for the page in
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/ANN-Tapestry-Facebook-components-tp3403224p4259818.html
Sent from the Tapestry - User mailing list archive at Nabble.com
The simplest example is
page.tml
page.java
void onEdgeCreate(@RequestParameter("url") String url) {
logger.info("edge create {}",url);
}
void onEdgeRemove(@RequestParameter("url") String url) {
logger.info("edge remove {}",ur
Hi,
just downloaded the package, is there any sample code? how about a simple
sample for 'like' button to get me started? Thanks,
Angelo
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/ANN-Tapestry-Facebook-components-tp3403224p4258856.html
Sent from the Tapes
I'd be happy to put changes back into it if I can figure out how to
get git to work. This is my first attempt at it.
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapes
Excellent Barry, Thank you!
I'm working with facebook and having the code packaged as a library is great.
I'm already using it. If you don't mind I will send you a couple of
pull requests (I see some room for improvements).
Thanks!
Alejandro.
On Mon, Feb 28, 2011 at 1:50 PM, Barry Books wrote:
I've been adding Facebook integration to a site I'm working on (my wife's art)
http://www.judypaul.com
I put what I have into a library add posted it on github
https://github.com/trsvax/tapestry-facebook
The basic infrastructure is complete but I've only really tested the
Like button and NewsFe
11 matches
Mail list logo