Is it possible to develop apps on Google Plus? [closed] - facebook

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Is it possible to create applications on Google Plus in the same manner as Facebook?
In other words, "Apps on Facebook are web apps that are loaded in the context of Facebook in what we refer to as a Canvas Page". Does a similar API exist for google plus?
https://developers.facebook.com/docs/guides/canvas/
Thanks.

Short answer: No
Slightly longer answer: There are some vendors who have access to a Game API, which appears to work very similarly to Facebook's API, but this API isn't public yet, and there is no clear indication how to get access. There is also the Google+ Hangout API, which is public, that lets you write applications that run inside a hangout. This works similarly to how a Facebook app works, but are limited to working inside a hangout only.
Definitive answer: https://developers.google.com/+/ contains references to all the public APIs that work with Google+, including the Hangout API.

Related

IPhone - Sample for developing Video Chat app using IOS SDK [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am looking for a sample helloworld app (or a tutorial) to develop a video chat using IOS SDK.
Here is a tutorial written by myself that uses tokbox api for streaming and Parse.com for user management backend:
Opentok charges you based on api requests and all 3rd party providers will follow that model. The benefit to you would be you can scale based on demand, with some volume obtained for free. You may have your own judgement though. I do not work for, neither vouch for tokbox or parse, the link is just a guideline.
Try using the OpenTok API. That will make things much faster. Creating a video chat app from ground up will take some time and considerable amount of expertise.

Facebook app about sharing the activity on github [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Is there an Facebook app to share the github activity in the news feed and summarize it in a timeline snippet?
The user should be able to select the types of activity to post in the Facebook news feed.
Twitter integration is nice to have.
P.S.: The Facebook app search currently only returns 1 app "Github repositories" which seems to be offline.
Github service hook is what you are looking for. You you need an app to Github, not to Facebook.
I recently made a research on this area, but never tried these modules:
https://github.com/johanbrook/github-facebook-hook
I hope it will work or at lease help you to continue the research
Now I've found the tool I wanted: http://Geekli.st (they want to build the largest community for geeks / developers)
You can link your github account through a button at the bottom of your profile settings.
See the relevant blog post and video screencast for a demo:
http://blog.geekli.st/post/26151413745/from-the-engineering-team-adding-the-post-commit

iPhone openID authentication and embed HTML [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Question 1
I want to make IPhone application that uses OpenID for authentication. I have found janrain described here :
http://techcrunch.com/2010/04/05/janrain-openid-iphone-apps/ this is exactly what I want! However is commercial licenced is there any open source/free alternatives?
Question 2
I also want to later make Android , Windows Mobile , etc versions of my applicaion. To save making multiple application I thought I can make 80% of my application in HTML the other 20% needs a GPS so would need to be an iPhone app. Is it possible to make an IPhone application that some of its screens are really web pages? I do not want to open Safari I just want to embed HTML directly into an application so the user would still think they are just in the application still?
I found I can use a HTML/CSS/Javascript solution to develop my App.
And still have access to the GPS etc.
Using http://www.phonegap.com/ and http://jqtouch.com/ etc
This should mean I can use regular OpenID or yahoos mobile phone optimised version here
http://developer.yahoo.com/blogs/ydn/posts/2009/10/yahoo_openid_an/ so I can keep my solution 100% web based.

Which is this facebook poll application? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Can anyone please tell how to add the following kind of poll in a facebook business page...
http://www.facebook.com/hm?v=app_60082431253
It shows in the wall as well as in its own tab.. I can vote from the wall, comment and Like.. excellent feature it is.. but no information about it anywhere :(
Its not available from facebook anymore. I think its because of some of the privacy concerns people have about this app.
From my knowledge, it was a custom-made Poll that Facebook previously made for huge brands willing to pay $ 10, 000 and up. It is no longer available.
However Appbistro.com has a similar Tab app that may fulfill your needs:
Poll Tab
I'm a Facebook developer and I just created a Facebook app that looks like the one you point out. It lets you create a poll and publish it on your Facebook page. Try it out and let me know what you think of it :
http://apps.facebook.com/my-polls/

Good resources on Facebook programming [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm a Facebook programmer newbie.
Could anybody recommend good resources for starters?
I believe it has something to do with PHP.
I have written the following to help people get a jump start on Facebook Application Development.
How to Use the Facebook Developer Toolkit 2.0
How to Style an Application Like Facebook
How to Integrate Facebook Connect
Actually, you can write Facebook applications in most languages. The Facebook Developer Site is a good place to start.
If you have already added the facebook developer application there is a link to the developer forums. And of course it appears stackoverflow is a great place for such questions as well.
There is a book entitled: "Facebook Cookbook: Building Applications to Grow Your Facebook Empire" I liked it
Here You can find some interesting material: 50 Resources for Facebook Application Developers.
you could try FBML Essentials by Jesse Stay and Facebook Application Development (Programmer to Programmer).