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

Returns the current allocation limit for your application for the specified integration point.

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

Syntax

C#
public FacebookResponse<long> GetAllocation(
	long user,
	string integrationPointName
)
Visual Basic (Declaration)
Public Function GetAllocation ( _
	user As Long, _
	integrationPointName As String _
) As FacebookResponse(Of Long)
Visual C++
public:
FacebookResponse<long long>^ GetAllocation(
	long long user, 
	String^ integrationPointName
)

Parameters

user
Type: System..::.Int64
The user ID for the specific user whose allocations you want to to check. Specifying a user ID is relevant only with respect to the emails_per_day integration point for users who granted the email permission prior to the 2008 profile design update, per the note on notifications.sendEmail.
integrationPointName
Type: System..::.String
The name of the integration point. Integration points include
CopyC#
notifications_per_day
,
CopyC#
announcement_notifications_per_week
,
CopyC#
requests_per_day
,
CopyC#
emails_per_day
, and
CopyC#
email_disable_message_location
.

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Controllers.AdminController.GetAllocation(System.Int64,System.String)"]

See Also

AdminController Class
GetAllocation Overload
Facebook.Api.Controllers Namespace