I read Place bibliography items at bottom of frame and tried making my own .bib file with just one entry. The entry is nothing out of the ordinary:
@book{Saussure1995,
Author = {Ferdinand de Saussure},
Origyear = {1916},
Publisher = {Payot},
Title = {Cours de Linguistique G{\'e}n{\'e}rale},
Year = {1995}}
However, when I try the MWE below, I don't actually get what Place bibliography items at bottom of frame shows, instead I just get Saussure1995 (the label I used for my entry) in bold letters without any citation details whatsoever. What could be the problem?
\documentclass{beamer}
\usepackage{biblatex}
\bibliography{example2}
\begin{document}
\begin{frame}
Hello,World\footfullcite{Saussure1995}
\end{frame}
\end{document}


pdflatex biber pdflatexworkflow, and if you use\usepackage[backend=bibtex]{biblatex}with the workflowpdflatex bibtex pdflatex. – Guido Dec 30 '14 at 06:58biberfrom the command line? are you able to run bibtex on other "normal" documents? – Guido Dec 31 '14 at 05:28blgfile?). Can you also add\listfilesto the MWE to get the version of the sty and close used. – Guido Dec 31 '14 at 06:36