how to make a gadget for facebook which will share any iframe in users wall [closed] - facebook

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Can anyone tell me if it is possible to make a gadget for Facebook which has the ability to share an HTML iframe on a user's wall? I mean if a Facebook user clicks on the [Share] button then it will share an iframe on their wall.

This is not possible,
You should at least check Facebook's documentation regarding the available communication channels for applications
You might have seen people sharing videos... but this does not mean you can actually add HTML tags to embed your own external content.

Related

How to convert gwt app to fb? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I developed a GWT app and hosted in Google app-spot, i would like to know is there any way i can convert/transfer it into a Facebook apps?
Or is it possible for to develop Facebook apps on GWT?
Be frank to tell me what you think and know about these things..
Thanks..
Yes it is Possible .
Java script is meant for Browser and ultimately your GWT code will convert into javascript .
Your javascript code will dispaly on the facebook apps entry point page "Canvas Page ".
So it is possible
For a quick example of facebook app
http://gathadams.com/2007/06/18/how-to-write-a-facebook-application-in-10-minutes/
All the best .

Share app's data on social networking sites [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am trying share my app's data in social networking sites.i am trying to implement sharekit but i encountered a lot of errors.Is there a way other than sharekit to share my app to social networking sites atleast to facebook and twitter?
If you want to target Twitter and Facebook it's also worth looking into the iOS Social Framework.
Note that Facebook is only supported as of iOS6, but this api is far simpler in use than the other solutions for user handling, posting, etc...
You can find a lot of good tutorials on this topic (ex. http://www.raywenderlich.com/21558/beginning-twitter-tutorial-updated-for-ios-6)

Facebook Articles Application [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Recently i've noticed many news sites creating new application on facebook for sharing articles.
something like mini-site of the website inside facebook platform.
I.e Washington post application.
I've tried to find the how-to-do on facebook developers center but couldn't.
You’re talking about Open Graph actions here. Apps can define objects, and actions that can be performed on them (although fo reading an article you now have to use the build-in types), and then publish these actions on a user’s behalf.
Please familiarize yourself with the concept, start reading here: https://developers.facebook.com/docs/opengraph/

How to create a web site using Flash like "intel museum of me"? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am new to Flash technology.
Does anyone who can show me or let me know what kind of flash API or libraries are used for making this Flash video which imports facebook content?
The website link is here: http://www.intel.com/museumofme/
Thanks.
If you want to learn how to connect flash with Facebook than you probably should start from Adobe Flash and Facebook tutorials. There, apart from configuring Adobe ActionScript 3 SDK for Facebook Platform, you can found some basic code samples on how to log in to the Facebook, how to get current user, and other things.

How to create a simple Facebook Landing with an image? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
How is it possible to create an simple Facebook landing page that just holds an image?
Should I create an Facebook app or is it possible with, some sort of Facebook language?
Something like this page: http://www.facebook.com/pages/FLOVT-Fik-2-eksamenssp%C3%B8rgsm%C3%A5l-om-kendte-men-dumpede-Se-sp%C3%B8rgsm%C3%A5lene-her/134656813218361
That just have an image.
The FBML you are referring to has been deprecated and you can no longer use it for Facebook fan page tabs. You now need to create an iframe fan page tab, and point it to a web page location on one of your servers somewhere. It can be a very simple html page that just has an image. You will also want to make sure the website you are hosting it on has an SSL certificate otherwise people that have enabled Facebook via SSL won't be able to see your fan page.
There is a good walkthrough on how to set this all up, step by step.