[This is preliminary documentation and is subject to change.]

Returns public information about a given application (not necessarily your own).

Namespace:  Facebook.Api.Controllers
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public FacebookResponse<AppInfo> GetPublicInfoByApiKey(
	string applicationApiKey
)
Visual Basic (Declaration)
Public Function GetPublicInfoByApiKey ( _
	applicationApiKey As String _
) As FacebookResponse(Of AppInfo)
Visual C++
public:
FacebookResponse<AppInfo^>^ GetPublicInfoByApiKey(
	String^ applicationApiKey
)

Parameters

applicationApiKey
Type: System..::.String
API key of the desired application. You must specify exactly one of
CopyC#
application_id
,
CopyC#
application_api_key
or
CopyC#
application_canvas_name
.

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Controllers.ApplicationController.GetPublicInfoByApiKey(System.String)"]

See Also

ApplicationController Class
Facebook.Api.Controllers Namespace