how to use Facebook photo albums in my drupal site
I wish to let the users of my site use in their profiles Facebook Photo albums, but limit their quantity to just use one album. is that posible, and how do I set it up? can someone helpme?
- Forums:
I wish to let the users of my site use in their profiles Facebook Photo albums, but limit their quantity to just use one album. is that posible, and how do I set it up? can someone helpme?
news
Any news in this case?
Facebook makes some APIs
Facebook makes some APIs available for discovering a user's albums and pictures (at least the public ones). But at the moment the modules don't help in this regard. You'd have to write some code to do that.
I'd be curious to see any code that you or anyone else develops.
I'm working on it...
I just begun developing it, but I'm already able to show albums and pictures in them.
I called it fb_picture to be consistent with Drupal for Facebook naming convention.
I plan to add it on Drupal.org, even if it's in early development, just to collect feature requests.
fb_picture status
I was wondering what the status of this project was. I need this functionality for some community sites I'm putting together. Thanks.
actually, because Drupal for
actually, because Drupal for Facebook is modules/fb, you should avoid anything that starts "fb_" as it might conflict. Unless it will reside inside modules/fb (like the modules in modules/fb/contrib), you should call it fbpicture or something like that.
If you think it belongs inside modules/fb, post what you have to the issue queue so I (and others) can test it.
Thanks!