Does Facebook Allows To Create A Facebook Like Exhange Website Using Facebook PHP SDK.? - facebook

i want to create a facebook like exchange website using facebook PHP sdk, does facebook allow this or not? please answer me... Thank you...

Don’t participate in any “like” or “share” exchange programs.
Source: https://developers.facebook.com/policy/ (13.3)

Similer to facebook like Exchange you can go for social engine framework
https://www.socialengine.com/

Related

How to configure Facebook + Oauth module in drupal 7

I am looking for a way to configure Facebook + Oauth module in Drupal 7, as i am working to allow users to log-in into my site using their Facebook user/pass and at the same time i would like to save their Facebook details in my Database. I have been looking for a tutorial or a step by step process to configure these modules.
Please help me. Once i manage to do this, i am going to create article explaining this process.
Thanks in advance.
You are looking for the module http://drupal.org/project/fb
This set of modules turns Drupal into a platform for developing
Facebook Applications. This allows you to embed your content and
features within facebook, or allow facebook users onto your site via
Facebook Connect.
With Drupal for Facebook, you can harness all the power of Drupal in
you Facebook App. If you already have content in Drupal, you can
expose it on Facebook.
Hope this module will full fill all your needs.
I've made several sites with that kind of functionality, and I always end up using the Facebook Oauth module instead of Drupal for Facebook:
http://drupal.org/project/fboauth
The FB OAuth module allows you to integrate Facebook login so much more quickly and easily than Drupal for Facebook. Also, you can map users' fields to Facebook data sources - which probably fits your intended use of their Facebook details.

How to post in facebook fanpage automatically from my website?

How to post in facebook fanpage automatically from my website ?
for example when i update new post in my website and i need to post in facebook fan page automatically....
I believe Facebook offers a certain number of APIs which would allow you to integrate Facebook into your own website to some degree; you can always try their dev centre.As far as I know, however, you can only post to Facebook through social networks like Twitter (see: linking a Twitter account to Facebook), or through Facebook apps you've developed yourself.
You need to create facebook app and use the app secret key and and API key in facebook SDK
script for automatic posting. for more details click the following link. I think this may help you. http://www.damnsemicolon.com/php/auto-post-facebook-with-facebook-sdk

Get Facebook wall data to web portal

I have web portal. I need to somehow get all Facebook wall posts from just one specific user or group( that represents my web portal). I need to have wall posts available on my web portal for further processing.
I will be also needing an option for posting messages from web portal to FB user/group wall.
I haven`t worked with FB API until now, so any materials, tutorials that can lead me in right direction would be of great help.
Can this be done without creating Facebook application?
Thank you
No,
Facebook just like that does not share its user information.
you will have to create an app on facebook to authorize urself,and on your web portal you will have to sek users permission before getting any user info.
craete facebook app here https://developers.facebook.com/apps
You can choose between javascript sdk and graph api on how you want to get user data.
You can use publish_stream permisiion to get the post on user wall.
Can this be done without creating Facebook application?
NO
Tutorials and materials:
Graph API
Samples & How-Tos
Google, but I would be careful here. Try to search for updated tutorials (written or updated on 2011)
I used this http://neosmart.de/social-media/facebook-wall its fb.wall plugin into jQuery .js library. It easy and can be edited symply via CSS

How I can post my Facebook comments to my Drupal Site?

How I can post my Facebook comments to my Drupal Site?
Use facebooks comment plugin.
I am assuming you already have a facebook connect or something setup. Here's more info:
http://developers.facebook.com/docs/reference/plugins/comments
-Roozbeh
You can use the Drupal Facebook Comments Social Plugin module to do this. It integrates with Facebook's Comments plugin. It's fairly straightforward to setup but here's a tutorial to integrating Drupal with Facebook comments using that module if you want a walkthrough.

facebook wall post from wordpress

How to post on facebook account wall when any blog post made from wordpress.
I allready tried with various wordpress plugin like "wordbook", "wordbooker" etc but none of them working fine........ any idea or alternative way?
Use the Twitter Tools plugin and then link your twitter account to your Facebook account. I use it all the time, plus you get the added benefit of Twitter.
I'm writing a plugin for that matter, you can check out the development version right over here: http://kovshenin.com/public/facebook-feeder-alpha.tar.gz
It doesn't have a funky user interface, but it does post stuff to Facebook assuming you have a facebook developer account and a facebook app registered. Look at the posts on my Facebook profile: http://facebook.com/kovshenin (ones marked via kovshenin.com) - they're generated via this plugins.
P.S. It doesn't to that automatically, but you can send it to FB when the post is published. Shouldn't require much time to automate it, but I'd like to customize things before sending anything anywhere.
Hope this helps. Cheers.
P.S. PHP programming skills required to use this plugin.