How to convert gwt app to fb? [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 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 .

Related

Content from Website to iPhone App [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've been creating iPhone applications for the past couple of months, and one question has always crossed my mind: how does one go about creating an app like Instagram or some other application that lets users sign up and log in? I know how to do this with a website (SQL), but how do you do it on the iPhone? General answers are perfectly fine. Thanks!
The simplest approach: use UIWebView to wrap the website.
If you prefer using native UI, you can use JSON to communicate with the server for user login part.

support URL while uploading the app [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.
What should be the support URL while uploading the app on itunes? It is giving the warninig to fill the support url but I don't have the any idea about it. Can anyone help?
Thanks
The support URL should point to a website that you made to give support for your app. You can just make a quick website that is essentially a placeholder for your future support site but they want something or maybe just use a free blog where you give support information for your app. It doesn't have to be great for them to accept it.

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.

Sharing on Google+ on iOS? [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.
I understand there is a developer portal for Google+, but I'm not sure how I can use this stuff to implement a +1 button within my iOS app. I want something simple, just like how ShareKit does it with facebook and twitter, but for Google+. How would I get started with this?
Currently Google+ only provides a JavaScript based +1 button. If you would like to +1 URLs from within your iOS app you should star this feature request.
EDIT: The issue is marked as "Fixed" now, but with a solution that probably won't help for iOS apps.
Update: Google now has a Google+ Platform for iOS.
Check out http://code.google.com/p/google-api-objectivec-client/

Intergrate facebook to my iphone app [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.
I am developing an application in which I need to integrate Facebook in my app.
where I can us the like functionality of facebook into my app, Any idea about how can I do this?
use Facebook graph api
you may go with the official facebook tutorial
You can start with this iPhone Facebook Connect Tutorial