Re: facebook support

2007-11-09 Thread Stefan Fußenegger

I'd be interested in Facebook and Open Social support. However, I don't have
any experience with either of them.

It would be extremely cool to have a common interface for both of them -
write once run everywhere.

I would also help implementing it. I don't have much time to spend tough.
For my project, facebook and open social support won't be required within
the next 6 month. (But it would be cool to have.)

-- Stefan




Jonathan Locke wrote:
 
 I'd like to get facebook support into Wicket.  If anyone out there has
 interest and would like to cooperate(particularly anyone with Facebook
 experience), please get in touch with me.  Thanks.
 


-
---
Stefan Fußenegger
http://talk-on-tech.blogspot.com // looking for a nicer domain ;)
-- 
View this message in context: 
http://www.nabble.com/facebook-support-tf4773546.html#a13662919
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: facebook support

2007-11-09 Thread Mats Norén
What kind of support are we talking about?
Being able to build applications or retrieving information from FB or MySpace?
Or both?

/Mats

On Nov 9, 2007 9:16 AM, Stefan Fußenegger [EMAIL PROTECTED] wrote:

 I'd be interested in Facebook and Open Social support. However, I don't have
 any experience with either of them.

 It would be extremely cool to have a common interface for both of them -
 write once run everywhere.

 I would also help implementing it. I don't have much time to spend tough.
 For my project, facebook and open social support won't be required within
 the next 6 month. (But it would be cool to have.)

 -- Stefan




 Jonathan Locke wrote:
 
  I'd like to get facebook support into Wicket.  If anyone out there has
  interest and would like to cooperate(particularly anyone with Facebook
  experience), please get in touch with me.  Thanks.
 


 -
 ---
 Stefan Fußenegger
 http://talk-on-tech.blogspot.com // looking for a nicer domain ;)
 --
 View this message in context: 
 http://www.nabble.com/facebook-support-tf4773546.html#a13662919

 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: facebook support

2007-11-09 Thread Matt Jensen


Can't speak for anyone but myself, but I couldn't use any solution that 
does not give me access to at least the lowest common denominator of 
data for these sites: users, groups, contacts, etc.  Just about every 
useful application that I can think of involves mixing in with these 
constructs and possibly extending them with additional functionality.


I'm hoping that Open Social provides access to this information in an 
abstract way.  If it does, I might be able to shelve my current project 
and move right into building end user applications.


Mats Norén wrote:

What kind of support are we talking about?
Being able to build applications or retrieving information from FB or MySpace?
Or both?

/Mats

On Nov 9, 2007 9:16 AM, Stefan Fußenegger [EMAIL PROTECTED] wrote:
  

I'd be interested in Facebook and Open Social support. However, I don't have
any experience with either of them.

It would be extremely cool to have a common interface for both of them -
write once run everywhere.

I would also help implementing it. I don't have much time to spend tough.
For my project, facebook and open social support won't be required within
the next 6 month. (But it would be cool to have.)

-- Stefan




Jonathan Locke wrote:


I'd like to get facebook support into Wicket.  If anyone out there has
interest and would like to cooperate(particularly anyone with Facebook
experience), please get in touch with me.  Thanks.

  

-
---
Stefan Fußenegger
http://talk-on-tech.blogspot.com // looking for a nicer domain ;)
--
View this message in context: 
http://www.nabble.com/facebook-support-tf4773546.html#a13662919

Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  




Re: facebook support

2007-11-08 Thread Chris Lintz

I am curious what type of Wicket components/functionality you are hoping for?

Just on a side note, we are using Octazen - http://www.octazen.com/ for
social network slurping of contacts, etc.  Of course there is a small
license fee for the product, so it would be ideal to have a free library to
work with.  

 

Matt Jensen-2 wrote:
 
 
 I am working on this, though I'm trying to leave the door open to also 
 supporting MySpace in the future.  I have not done much yet--and nothing 
 Wicket-specific--but I do plan to include a Wicket module.
 
 Jonathan Locke wrote:
 I'd like to get facebook support into Wicket.  If anyone out there has
 interest and would like to cooperate(particularly anyone with Facebook
 experience), please get in touch with me.  Thanks.
   
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/facebook-support-tf4773546.html#a13658830
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



facebook support

2007-11-08 Thread Jonathan Locke

I'd like to get facebook support into Wicket.  If anyone out there has
interest and would like to cooperate(particularly anyone with Facebook
experience), please get in touch with me.  Thanks.
-- 
View this message in context: 
http://www.nabble.com/facebook-support-tf4773546.html#a13655578
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: facebook support

2007-11-08 Thread Matt Jensen


I am working on this, though I'm trying to leave the door open to also 
supporting MySpace in the future.  I have not done much yet--and nothing 
Wicket-specific--but I do plan to include a Wicket module.


Jonathan Locke wrote:

I'd like to get facebook support into Wicket.  If anyone out there has
interest and would like to cooperate(particularly anyone with Facebook
experience), please get in touch with me.  Thanks.
  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: facebook support

2007-11-08 Thread Kent Tong


Matt Jensen-2 wrote:
 
 I am working on this, though I'm trying to leave the door open to also 
 supporting MySpace in the future.  I have not done much yet--and nothing 
 Wicket-specific--but I do plan to include a Wicket module.
 

Have you considered Google's OpenSocial API?

-
--
Kent Tong
Wicket tutorials freely available at http://www.agileskills2.org/EWDW
-- 
View this message in context: 
http://www.nabble.com/facebook-support-tf4773546.html#a13660095
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: facebook support

2007-11-08 Thread Matt Jensen


Wasn't aware of its existence.  If it is relatively feature rich and 
integrates well with Java...it's possible that it could save me a lot of 
work.  Always a good thing!


I'll check it out.

--Matt

Kent Tong wrote:

Matt Jensen-2 wrote:
  
I am working on this, though I'm trying to leave the door open to also 
supporting MySpace in the future.  I have not done much yet--and nothing 
Wicket-specific--but I do plan to include a Wicket module.





Have you considered Google's OpenSocial API?

-
--
Kent Tong
Wicket tutorials freely available at http://www.agileskills2.org/EWDW