
Search In
Hi,
Download Facebook SDK from following link-
https://developers.facebook.com/docs/ios
Add SDK to your project.
This code will help you login and get user data as well fetch friend list from specific account.
FBManager -
Create a file and wri
Hello Readers
Today we will discuss about workflows for PIM Desktop. The steps to interrupt or continue an active workflow.
Workflows
A workflow is a group of tasks that are organized in order to automate any business process. A task can
Hello Readers
There is difference between webservice and API. A Web Service is basically a type of API, which always operates over HTTP though some (like SOAP) can use alternate transports( like SMTP).
An API is a (Application Programming Interface
To play,stop and pause sound using as3 we have to use following:
flash.media.Sound : Sound class is used to handle the loading and playing a sound.
flash.media.SoundChannel: SoundChannel object is used to handle the playback like play,pause
and sto
In many applications we have to share content, links etc on Facebook. We can achieve this by using Facebook feed dialog. The following lines of code explains how to use feed/publish dialog.
First you need to get the app id and create a meta data. No
To create a countdown timer please check the below example :-
Example -
In this example let's suppose a user fill a form and at that time we want to limit the form filling time to 5 minutes and at the same time we want to show that user how many
If you want to check and complete value of journal entry method in Odoo follow the following code:
if 'account_id' not in vals or 'journal_id' not in vals:
raise UserError(_("It is mandatory to specify an account and a journal t
Hello Readers …
By this blog i am explaining the distinguish between ‘Alpha Testing’, ‘Beta Testing’ and ‘Gamma Testing’. These three types of testing are very important in the software testing field. Pleas
EXISTS simply tests whether the inner query returns any row. If it does, then the outer query proceeds.
If not, the outer query does not execute, and the entire SQL statement returns nothing.
The general syntax for the Exist stateme
Follow the steps to install twitter fabric
Open Android studio
Click File--->Settings.--->Plugins
In Search box,search ''fabric for android studio''
Click Browse.
When