Which is this facebook poll application? [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 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/

Related

Twitter - award a user for following [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 am building a site that has a points system for the user. I would like to award them points if they follow the site on Twitter but don't really know where to start.
In essence I would like the following to occur:
User clicks link inside of admin that takes them to twitter
They follow the site
Once followed it redirects them back to the site
Anyone got ideas on where to find a guide on this?
Thanks
Nick
check out web intents # https://dev.twitter.com/docs/intents#tweet-intent - it has sample code. Also logon on to your twitter account and go to https://twitter.com/about/resources/buttons#mention the first one is probably the one you're most likely to use though.
Good luck!
Rachel :)

What things to make sure before developing Facebook Apps? [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 m developing the facebook app(game). Can any one tell me what thing to make sure before developing the facebook app. Like:
Is we need to store access token for facebook app.
How many permission we need for basic facebook app.
and anything else we have to do. i m confuse so i just want to clear before starting facebook app.
Thanks
First of all, you need to get a facebook developer account, you will get your accesstoken and app ID from there, that all that you need ,
i will advice you to have a good look at the FacebbokDeveloperWebSite
Hope this make sense
Regards

Identifying what features in my iOS apps are used [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 have several iPhone/iPad apps on the App Store. I would like to add snippets of code in my apps that will identify user behavior. For example what features in the app are used the most or the least. Does anybody have a good idea on how to implement this kind of features in my app.
Integrate http://www.flurry.com into your app and set custom events for all of the parts of the app you want to know about. The report will give you a usage amount per session and you can directly identify what is being used.
Use event tracking in Google Analytics.
For each user event you want to track, you would do something like this:
[tracker trackEventWithCategory:#"uiAction"
withAction:#"buttonPress"
withLabel:buttonName
withValue:[NSNumber numberWithInt:100]];
That way you can generate reports in analytics to see what is being used. See their event tracking docs for more details
I use Flurry for all my apps and it works wonderfully. All kinds of helpful (for the right person) data. You can submit Events, like "User won level 608", and attach data in the form of a dictionary to them.
End result: I recommend Flurry.
www.flurry.com

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

what is the backbone of your/most RSS reader iphone apps? [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 am making a iphone app for my local school.
I have a good grasp on obj-c and stuff.
Once I am done with this app the students will be supplying 100% of the content through blogger or something else.
my question is what service (if any) would you use for the RSS feed?
blogger? etc???
I need it to be simple enough that kids can summit the content.
in the app there will be a NEWS, EVENTS, BLOG, and CONTACT pages
thanks,
I'd use wordpress or blogger, depending on your own taste. Both can publish rss feeds like the ones you're looking for.
A more interesting option might be google docs.
-Create spreadsheet and press press the "share with everyone" under sharing options
-Go to "Files->Publish as web page", press publish and check the flag that makes it automatically republish on changes
-When it has been published you can press the "web page" select-box and click "RSS".
And bingo, you've got a spreadsheet wherein you can publish all your data. Of course it doesn't have quite as much interface-niceties as wordpress or blogger, but you get full control over your feed.
Here's an example of a feed from a google doc I just made:
https://spreadsheets.google.com/feeds/list/0AnY80NT8R-0UdEVIWEh0YUZ3eGdHQ1lBalRfUGZpZkE/od6/public/basic?alt=rss