Posting a picture from a Facebook app [closed] - image

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 writing a little Facebook application and I would like to publish a picture and a link when the user selects a certain option. Its been hard to find good resources about specific API calls like this (most of the books I've find were from 2008 and seem outdated). Can anyone explain how I might do this (I would I assume I would do this with a php call). Also, if anyone knows any good literature or resources on this topic that are not out of date that would be very helpful.

Your answer is here: http://developers.facebook.com/docs/reference/api/post/
They give you a CURL example, and if you're familiar with PHP's curl api you can trivially replicate it.

Related

How to use DD4T to get content from Tridion and publish using MVC3? [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 creating a new application regarding publishing content from Tridion to web using DD4T and MVC3. Can anyone did something like that or have an idea about the same so please it would be of great help to me if one can provide the help.
Thanks in advance
Your first stop should be the DD4T Project wiki:
http://code.google.com/p/dynamic-delivery-4-tridion/wiki/TableOfContents?tm=6
Apart from that I find Albert Romkes post very useful to get started:
http://albertromkes.com/2011/08/24/tridion-and-asp-net-mvc3/

How to break the .exe 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.
I have requirment to create application based on exiting application.But we don't any document or source code of that exiting application.So, i would like to know how that application is working.For that is there any way to break .exe application ? looks like its created by VB.
Just i would like to see the program , Please advise is there any way to break .exe application and see the program ?
What you are looking for is basically a decompiler. Depending upon how the program was compiled, you can recover various pieces, but not necessarily everything.
More details in the answers to this question.

User interface of desktop application using SWT [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'm working on a desktop application using SWT. I need to make the UI look and feel like Skype's interface. Can anybody suggest me something?
The presentations package allows the customization of the look of a SWT application.
Here's a general presentation, including a lot of links : http://jroller.com/mpermar/date/20050619#eclipse_presentations_jlibrary_and_vs
Of course you'll have a lot of work if you don't find an existing skin suitable to your need.

Is it manageable to make newsletter in asp.net mvc 3? [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.
Is it manageable to make a newsletter in asp.net mvc 3 ... with templates, tracking (bouncing, views, clicks) and mass emailing? I can't find much information about it, maybe you can suggest a book or links?
Thanks!
There is a Nuget package called MvcMailer that can help you a lot.
This topic is too specific for a book in you ask me. However, I don't see any reason why this can't be done in MVC3. The only precondition is that you are familiar with the framework/technology :-)
Depending on your current level:
Here's a how to get started type or article:
http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/getting-started-with-mvc3-part1-cs

How to fetch information from a website, similar to how it is done in Facebook? [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.
When we add a URL to a Facebook comment, it automatically fetches some information about the website, and, most of the time, the relevant information. I want to make a similar functionality for my site.
I am using Rails 3.0.3. Could you please suggest me a good gem or the mechanism to do this?
Facebook looks for Open Graph metadata, check out this link it might help you.

Resources